• Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

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 Source

ExternalDriveBackupEligibilityStatusCheckedDetails(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 Source

DesktopDeviceSessionInfo

Device's session logged information.

Declaration
public DesktopDeviceSessionLogInfo DesktopDeviceSessionInfo { get; protected set; }
Property Value
Type Description
DesktopDeviceSessionLogInfo
| Improve this Doc View Source

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
| Improve this Doc View Source

Status

Current eligibility status of external drive backup.

Declaration
public ExternalDriveBackupEligibilityStatus Status { get; protected set; }
Property Value
Type Description
ExternalDriveBackupEligibilityStatus
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • ExternalDriveBackupEligibilityStatusCheckedDetails(DesktopDeviceSessionLogInfo, ExternalDriveBackupEligibilityStatus, UInt64)
  • Properties
    • DesktopDeviceSessionInfo
    • NumberOfExternalDriveBackup
    • Status
Back to top Generated by DocFX