Show / Hide Table of Contents

Class ArrayValue

An array value.

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

Properties

ETag

The ETag of the item.

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

Values

Values in the array. The order of values in an array is preserved as long as all values have identical settings for 'exclude_from_indexes'.

Declaration
public virtual IList<Value> Values { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<Value>

Implements

IDirectResponseSchema
Back to top