Class ExternalDriveBackupEligibilityStatusCheckedDetails
Checked external drive backup eligibility status.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class ExternalDriveBackupEligibilityStatusCheckedDetails
Constructors
View SourceExternalDriveBackupEligibilityStatusCheckedDetails(DesktopDeviceSessionLogInfo, ExternalDriveBackupEligibilityStatus, ulong)
Initializes a new instance of the ExternalDriveBackupEligibilityStatusCheckedDetails class.
Declaration
public ExternalDriveBackupEligibilityStatusCheckedDetails(DesktopDeviceSessionLogInfo desktopDeviceSessionInfo, ExternalDriveBackupEligibilityStatus status, ulong numberOfExternalDriveBackup)
Parameters
| Type | Name | Description |
|---|---|---|
| DesktopDeviceSessionLogInfo | desktopDeviceSessionInfo | Device's session logged information. |
| ExternalDriveBackupEligibilityStatus | status | Current eligibility status of external drive backup. |
| ulong | numberOfExternalDriveBackup | Total number of valid external drive backup for all the team members. |
Properties
View SourceDesktopDeviceSessionInfo
Device's session logged information.
Declaration
public DesktopDeviceSessionLogInfo DesktopDeviceSessionInfo { get; protected set; }
Property Value
| Type | Description |
|---|---|
| DesktopDeviceSessionLogInfo |
NumberOfExternalDriveBackup
Total number of valid external drive backup for all the team members.
Declaration
public ulong NumberOfExternalDriveBackup { get; protected set; }
Property Value
| Type | Description |
|---|---|
| ulong |
Status
Current eligibility status of external drive backup.
Declaration
public ExternalDriveBackupEligibilityStatus Status { get; protected set; }
Property Value
| Type | Description |
|---|---|
| ExternalDriveBackupEligibilityStatus |