public sealed class TimestampRange : IMessage<TimestampRange>, IEquatable<TimestampRange>, IDeepCloneable<TimestampRange>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Bigtable v2 API class TimestampRange.
Specified a contiguous range of microsecond timestamps.
Implements
IMessageTimestampRange, IEquatableTimestampRange, IDeepCloneableTimestampRange, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.V2Assembly
Google.Cloud.Bigtable.V2.dll
Constructors
TimestampRange()
public TimestampRange()
TimestampRange(TimestampRange)
public TimestampRange(TimestampRange other)
Parameter | |
---|---|
Name | Description |
other |
TimestampRange |
Properties
EndTimestampMicros
public long EndTimestampMicros { get; set; }
Exclusive upper bound. If left empty, interpreted as infinity.
Property Value | |
---|---|
Type | Description |
long |
StartTimestampMicros
public long StartTimestampMicros { get; set; }
Inclusive lower bound. If left empty, interpreted as 0.
Property Value | |
---|---|
Type | Description |
long |