Class GoogleDatastoreAdminV1IndexOperationMetadata
Metadata for Index operations.
Implements
Inherited Members
Namespace: Google.Apis.Datastore.v1.Data
Assembly: Google.Apis.Datastore.v1.dll
Syntax
public class GoogleDatastoreAdminV1IndexOperationMetadata : IDirectResponseSchema
Properties
Common
Metadata common to all Datastore Admin operations.
Declaration
[JsonProperty("common")]
public virtual GoogleDatastoreAdminV1CommonMetadata Common { get; set; }
Property Value
Type | Description |
---|---|
GoogleDatastoreAdminV1CommonMetadata |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IndexId
The index resource ID that this operation is acting on.
Declaration
[JsonProperty("indexId")]
public virtual string IndexId { get; set; }
Property Value
Type | Description |
---|---|
string |
ProgressEntities
An estimate of the number of entities processed.
Declaration
[JsonProperty("progressEntities")]
public virtual GoogleDatastoreAdminV1Progress ProgressEntities { get; set; }
Property Value
Type | Description |
---|---|
GoogleDatastoreAdminV1Progress |