Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExpiredRenderingSession

Package version

The rendering session enters the 'Expired' state when it has been in the 'Ready' state longer than its lease time. This is a terminal state.

Hierarchy

Index

Properties

maxLeaseTimeInMinutes

maxLeaseTimeInMinutes: number

The time in minutes the session will run after reaching the 'Ready' state.

properties

The properties of the session.

sessionId

sessionId: string

The ID of the session supplied when the session was created.

size

The size of the server used for the rendering session. The size impacts the number of polygons the server can render. Refer to https://docs.microsoft.com/azure/remote-rendering/reference/vm-sizes for details.

status

status: "Expired"

The rendering session enters the 'Expired' state when it has been in the 'Ready' state longer than its lease time. This is a terminal state.

Generated using TypeDoc