Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PartialRenderingSessionProperties

Package version

In certain RenderingSession states, some properties are available and some are not.

Hierarchy

  • PartialRenderingSessionProperties

Index

Properties

Optional arrInspectorPort

arrInspectorPort: undefined | number

The TCP port at which the Azure Remote Rendering Inspector tool is hosted.

Optional createdOn

createdOn: Date

The time when the rendering session was created. Date and time in ISO 8601 format.

Optional elapsedTimeInMinutes

elapsedTimeInMinutes: undefined | number

Amount of time in minutes the session is or was in the 'Ready' state. Time is rounded down to a full minute.

Optional handshakePort

handshakePort: undefined | number

The TCP port used for the handshake when establishing a connection.

Optional host

host: undefined | string

The hostname under which the rendering session is reachable.

Optional teraflops

teraflops: undefined | number

The computational power of the rendering session GPU measured in teraflops.

Generated using TypeDoc