Show / Hide Table of Contents

Class Projection

A representation of a property in a projection.

Inheritance
System.Object
Projection
Implements
IDirectResponseSchema
Namespace: Google.Apis.Datastore.v1beta3.Data
Assembly: Google.Apis.Datastore.v1beta3.dll
Syntax
public class Projection : object, IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Property

The property to project.

Declaration
public virtual PropertyReference Property { get; set; }
Property Value
Type Description
PropertyReference

Implements

IDirectResponseSchema
Back to top