Class Projection
A representation of a property in a projection.
Implements
Inherited Members
Namespace: Google.Apis.Datastore.v1.Data
Assembly: Google.Apis.Datastore.v1.dll
Syntax
public class Projection : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Property
The property to project.
Declaration
[JsonProperty("property")]
public virtual PropertyReference Property { get; set; }
Property Value
Type | Description |
---|---|
PropertyReference |