Class LegacyDeviceSessionLogInfo
Information on sessions, in legacy format
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class LegacyDeviceSessionLogInfo : DeviceSessionLogInfo
Constructors
| Improve this Doc View SourceLegacyDeviceSessionLogInfo(String, Nullable<DateTime>, Nullable<DateTime>, SessionLogInfo, String, Nullable<Boolean>, 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 |
|---|---|---|
| System.String | ipAddress | The IP address of the last activity from this session. |
| System.Nullable<System.DateTime> | created | The time this session was created. |
| System.Nullable<System.DateTime> | updated | The time of the last activity from this session. |
| SessionLogInfo | sessionInfo | Session unique id. |
| System.String | displayName | The device name. Might be missing due to historical data gap. |
| System.Nullable<System.Boolean> | isEmmManaged | Is device managed by emm. Might be missing due to historical data gap. |
| System.String | platform | Information on the hosting platform. Might be missing due to historical data gap. |
| System.String | macAddress | The mac address of the last activity from this session. Might be missing due to historical data gap. |
| System.String | osVersion | The hosting OS version. Might be missing due to historical data gap. |
| System.String | deviceType | Information on the hosting device type. Might be missing due to historical data gap. |
| System.String | clientVersion | The Dropbox client version. Might be missing due to historical data gap. |
| System.String | legacyUniqId | Alternative unique device session id, instead of session id field. Might be missing due to historical data gap. |
Properties
| Improve this Doc 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 |
|---|---|
| System.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 |
|---|---|
| System.String |
DisplayName
The device name. Might be missing due to historical data gap.
Declaration
public string DisplayName { get; protected set; }
Property Value
| Type | Description |
|---|---|
| System.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 |
|---|---|
| System.Nullable<System.Boolean> |
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 |
|---|---|
| System.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 |
|---|---|
| System.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 |
|---|---|
| System.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 |
|---|---|
| System.String |
SessionInfo
Session unique id.
Declaration
public SessionLogInfo SessionInfo { get; protected set; }
Property Value
| Type | Description |
|---|---|
| SessionLogInfo |