Class ExternalDriveBackupStatus
External Drive Backup status
Inheritance
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class ExternalDriveBackupStatus
Constructors
| Improve this Doc View SourceExternalDriveBackupStatus()
Initializes a new instance of the ExternalDriveBackupStatus class.
Declaration
public ExternalDriveBackupStatus()
Properties
| Improve this Doc View SourceAsBroken
Gets this instance as a Broken, or null
.
Declaration
public ExternalDriveBackupStatus.Broken AsBroken { get; }
Property Value
Type | Description |
---|---|
ExternalDriveBackupStatus.Broken |
AsCreated
Gets this instance as a Created, or null
.
Declaration
public ExternalDriveBackupStatus.Created AsCreated { get; }
Property Value
Type | Description |
---|---|
ExternalDriveBackupStatus.Created |
AsCreatedOrBroken
Gets this instance as a CreatedOrBroken, or null
.
Declaration
public ExternalDriveBackupStatus.CreatedOrBroken AsCreatedOrBroken { get; }
Property Value
Type | Description |
---|---|
ExternalDriveBackupStatus.CreatedOrBroken |
AsDeleted
Gets this instance as a Deleted, or null
.
Declaration
public ExternalDriveBackupStatus.Deleted AsDeleted { get; }
Property Value
Type | Description |
---|---|
ExternalDriveBackupStatus.Deleted |
AsEmpty
Gets this instance as a Empty, or null
.
Declaration
public ExternalDriveBackupStatus.Empty AsEmpty { get; }
Property Value
Type | Description |
---|---|
ExternalDriveBackupStatus.Empty |
AsOther
Gets this instance as a Other, or null
.
Declaration
public ExternalDriveBackupStatus.Other AsOther { get; }
Property Value
Type | Description |
---|---|
ExternalDriveBackupStatus.Other |
AsUnknown
Gets this instance as a Unknown, or null
.
Declaration
public ExternalDriveBackupStatus.Unknown AsUnknown { get; }
Property Value
Type | Description |
---|---|
ExternalDriveBackupStatus.Unknown |
IsBroken
Gets a value indicating whether this instance is Broken
Declaration
public bool IsBroken { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsCreated
Gets a value indicating whether this instance is Created
Declaration
public bool IsCreated { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsCreatedOrBroken
Gets a value indicating whether this instance is CreatedOrBroken
Declaration
public bool IsCreatedOrBroken { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsDeleted
Gets a value indicating whether this instance is Deleted
Declaration
public bool IsDeleted { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsEmpty
Gets a value indicating whether this instance is Empty
Declaration
public bool IsEmpty { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUnknown
Gets a value indicating whether this instance is Unknown
Declaration
public bool IsUnknown { get; }
Property Value
Type | Description |
---|---|
System.Boolean |