Class GoogleDatastoreAdminV1beta1CommonMetadata
Metadata common to all Datastore Admin operations.
Inheritance
System.Object
GoogleDatastoreAdminV1beta1CommonMetadata
Implements
Namespace: Google.Apis.Datastore.v1beta3.Data
Assembly: Google.Apis.Datastore.v1beta3.dll
Syntax
public class GoogleDatastoreAdminV1beta1CommonMetadata : object, IDirectResponseSchema
Properties
EndTime
The time the operation ended, either successfully or otherwise.
Declaration
public virtual object EndTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Labels
The client-assigned labels which were provided when the operation was created. May also include additional labels.
Declaration
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IDictionary<System.String, System.String> |
OperationType
The type of the operation. Can be used as a filter in ListOperationsRequest.
Declaration
public virtual string OperationType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
StartTime
The time that work began on the operation.
Declaration
public virtual object StartTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object |
State
The current state of the Operation.
Declaration
public virtual string State { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |