The SessionInfo type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| SessionInfo | Initializes a new instance of the SessionInfo class |
Methods
| Name | Description | |
|---|---|---|
| (Inherited from | ||
Allows an (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| (Inherited from |
Properties
| Name | Description | |
|---|---|---|
| Attendees |
Gets or sets the list of user names allowed to join the session.
| |
| CreatedTime |
Gets or sets time (UTC) this session was created.
| |
| Lifetime |
Gets or sets the duration of the session lifetime.
| |
| ManagementID |
Gets or sets the management secret.
Non-owners of the session will only see Guid.Empty values for this field.
| |
| MeetingToken |
Gets or sets the meeting token.
| |
| OwnerEmail |
Gets or sets email address of the session owner.
| |
| OwnerName |
Gets or sets user name of the session owner.
| |
| SessionID |
Gets or sets the session ID.
| |
| SessionName |
Gets or sets name of the session.
| |
| TotalBlobDataStored |
Gets or sets the approximate total number of bytes of blob storage used by the session.
| |
| TotalDataEgress |
Gets or sets the approximate total number of bytes of Azure data center egress used by the session.
| |
| TotalStorageTransactions |
Gets or sets the approximate total number of storage transactions used by the session.
| |
| TotalTableDataStored |
Gets or sets the approximate total number of bytes of table storage used by the session.
|
See Also