Class GoogleBigtableAdminV2TypeArray
An ordered list of elements of a given type. Values of type Array
are stored in Value.array_value
.
Implements
Inherited Members
Namespace: Google.Apis.BigtableAdmin.v2.Data
Assembly: Google.Apis.BigtableAdmin.v2.dll
Syntax
public class GoogleBigtableAdminV2TypeArray : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ElementType
The type of the elements in the array. This must not be Array
.
Declaration
[JsonProperty("elementType")]
public virtual Type ElementType { get; set; }
Property Value
Type | Description |
---|---|
Type |