Class ExternalDriveBackupEligibilityStatusCheckedDetails
Checked external drive backup eligibility status.
Inheritance
System.Object
ExternalDriveBackupEligibilityStatusCheckedDetails
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class ExternalDriveBackupEligibilityStatusCheckedDetails
Constructors
| Improve this Doc View SourceExternalDriveBackupEligibilityStatusCheckedDetails(DesktopDeviceSessionLogInfo, ExternalDriveBackupEligibilityStatus, UInt64)
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. |
System.UInt64 | numberOfExternalDriveBackup | Total number of valid external drive backup for all the team members. |
Properties
| Improve this Doc 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 |
---|---|
System.UInt64 |
Status
Current eligibility status of external drive backup.
Declaration
public ExternalDriveBackupEligibilityStatus Status { get; protected set; }
Property Value
Type | Description |
---|---|
ExternalDriveBackupEligibilityStatus |