Class GetMetadataAsyncCheckResult
Result type for EventBus async check - must end in "CheckResult"
Inheritance
GetMetadataAsyncCheckResult
Inherited Members
Namespace: Dropbox.Api.Riviera
Assembly: Dropbox.Api.dll
Syntax
public class GetMetadataAsyncCheckResult
Constructors
View SourceGetMetadataAsyncCheckResult()
Initializes a new instance of the GetMetadataAsyncCheckResult class.
Declaration
public GetMetadataAsyncCheckResult()
Properties
View SourceAsComplete
Gets this instance as a Complete, or null.
Declaration
public GetMetadataAsyncCheckResult.Complete AsComplete { get; }
Property Value
| Type | Description |
|---|---|
| GetMetadataAsyncCheckResult.Complete |
AsFailed
Gets this instance as a Failed, or null.
Declaration
public GetMetadataAsyncCheckResult.Failed AsFailed { get; }
Property Value
| Type | Description |
|---|---|
| GetMetadataAsyncCheckResult.Failed |
AsInProgress
Gets this instance as a InProgress, or null.
Declaration
public GetMetadataAsyncCheckResult.InProgress AsInProgress { get; }
Property Value
| Type | Description |
|---|---|
| GetMetadataAsyncCheckResult.InProgress |
AsOther
Gets this instance as a Other, or null.
Declaration
public GetMetadataAsyncCheckResult.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| GetMetadataAsyncCheckResult.Other |
IsComplete
Gets a value indicating whether this instance is Complete
Declaration
public bool IsComplete { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsFailed
Gets a value indicating whether this instance is Failed
Declaration
public bool IsFailed { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsInProgress
Gets a value indicating whether this instance is InProgress
Declaration
public bool IsInProgress { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |