Show / Hide Table of Contents

Class ArrayValue

An array value.

Inheritance
object
ArrayValue
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Datastore.v1beta3.Data
Assembly: Google.Apis.Datastore.v1beta3.dll
Syntax
public class ArrayValue : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
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
[JsonProperty("values")]
public virtual IList<Value> Values { get; set; }
Property Value
Type Description
IList<Value>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX