Class LegacyDeviceSessionLogInfo
Information on sessions, in legacy format
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class LegacyDeviceSessionLogInfo : DeviceSessionLogInfo
Constructors
View SourceLegacyDeviceSessionLogInfo(string, DateTime?, DateTime?, SessionLogInfo, string, bool?, string, string, string, string, string, string)
Initializes a new instance of the LegacyDeviceSessionLogInfo class.
Declaration
public LegacyDeviceSessionLogInfo(string ipAddress = null, DateTime? created = null, DateTime? updated = null, SessionLogInfo sessionInfo = null, string displayName = null, bool? isEmmManaged = null, string platform = null, string macAddress = null, string osVersion = null, string deviceType = null, string clientVersion = null, string legacyUniqId = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | ipAddress | The IP address of the last activity from this session. |
| DateTime? | created | The time this session was created. |
| DateTime? | updated | The time of the last activity from this session. |
| SessionLogInfo | sessionInfo | Session unique id. |
| string | displayName | The device name. Might be missing due to historical data gap. |
| bool? | isEmmManaged | Is device managed by emm. Might be missing due to historical data gap. |
| string | platform | Information on the hosting platform. Might be missing due to historical data gap. |
| string | macAddress | The mac address of the last activity from this session. Might be missing due to historical data gap. |
| string | osVersion | The hosting OS version. Might be missing due to historical data gap. |
| string | deviceType | Information on the hosting device type. Might be missing due to historical data gap. |
| string | clientVersion | The Dropbox client version. Might be missing due to historical data gap. |
| string | legacyUniqId | Alternative unique device session id, instead of session id field. Might be missing due to historical data gap. |
Properties
View SourceClientVersion
The Dropbox client version. Might be missing due to historical data gap.
Declaration
public string ClientVersion { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
DeviceType
Information on the hosting device type. Might be missing due to historical data gap.
Declaration
public string DeviceType { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
DisplayName
The device name. Might be missing due to historical data gap.
Declaration
public string DisplayName { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
IsEmmManaged
Is device managed by emm. Might be missing due to historical data gap.
Declaration
public bool? IsEmmManaged { get; protected set; }
Property Value
| Type | Description |
|---|---|
| bool? |
LegacyUniqId
Alternative unique device session id, instead of session id field. Might be missing due to historical data gap.
Declaration
public string LegacyUniqId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
MacAddress
The mac address of the last activity from this session. Might be missing due to historical data gap.
Declaration
public string MacAddress { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
OsVersion
The hosting OS version. Might be missing due to historical data gap.
Declaration
public string OsVersion { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
Platform
Information on the hosting platform. Might be missing due to historical data gap.
Declaration
public string Platform { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
SessionInfo
Session unique id.
Declaration
public SessionLogInfo SessionInfo { get; protected set; }
Property Value
| Type | Description |
|---|---|
| SessionLogInfo |