Show / Hide Table of Contents

Class GoogleBigtableAdminV2TypeInt64EncodingBigEndianBytes

Encodes the value as an 8-byte big-endian two's complement value. Sorted mode: non-negative values are supported. Distinct mode: all values are supported. Compatible with: - BigQuery BINARY encoding - HBase Bytes.toBytes - Java ByteBuffer.putLong() with ByteOrder.BIG_ENDIAN

Inheritance
object
GoogleBigtableAdminV2TypeInt64EncodingBigEndianBytes
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.BigtableAdmin.v2.Data
Assembly: Google.Apis.BigtableAdmin.v2.dll
Syntax
public class GoogleBigtableAdminV2TypeInt64EncodingBigEndianBytes : IDirectResponseSchema

Properties

BytesType

Deprecated: ignored if set.

Declaration
[JsonProperty("bytesType")]
public virtual GoogleBigtableAdminV2TypeBytes BytesType { get; set; }
Property Value
Type Description
GoogleBigtableAdminV2TypeBytes

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX