public sealed class Type.Types.Timestamp.Types.Encoding : IMessage<Type.Types.Timestamp.Types.Encoding>, IEquatable<Type.Types.Timestamp.Types.Encoding>, IDeepCloneable<Type.Types.Timestamp.Types.Encoding>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class Type.Types.Timestamp.Types.Encoding.
Rules used to convert to or from lower level types.
Implements
IMessageTypeTypesTimestampTypesEncoding, IEquatableTypeTypesTimestampTypesEncoding, IDeepCloneableTypeTypesTimestampTypesEncoding, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.Admin.V2Assembly
Google.Cloud.Bigtable.Admin.V2.dll
Constructors
Encoding()
public Encoding()
Encoding(Encoding)
public Encoding(Type.Types.Timestamp.Types.Encoding other)
Parameter | |
---|---|
Name | Description |
other |
TypeTypesTimestampTypesEncoding |
Properties
EncodingCase
public Type.Types.Timestamp.Types.Encoding.EncodingOneofCase EncodingCase { get; }
Property Value | |
---|---|
Type | Description |
TypeTypesTimestampTypesEncodingEncodingOneofCase |
UnixMicrosInt64
public Type.Types.Int64.Types.Encoding UnixMicrosInt64 { get; set; }
Encodes the number of microseconds since the Unix epoch using the
given Int64
encoding. Values must be microsecond-aligned.
Compatible with:
- Java
Instant.truncatedTo()
withChronoUnit.MICROS
Property Value | |
---|---|
Type | Description |
TypeTypesInt64TypesEncoding |