public sealed class TimestampRange : IMessage<TimestampRange>, IEquatable<TimestampRange>, IDeepCloneable<TimestampRange>, IBufferMessage, IMessageSpecified a contiguous range of microsecond timestamps.
Implements
IMessage<TimestampRange>, IEquatable<TimestampRange>, IDeepCloneable<TimestampRange>, 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 |
Int64 |
|
StartTimestampMicros
public long StartTimestampMicros { get; set; }Inclusive lower bound. If left empty, interpreted as 0.
| Property Value | |
|---|---|
| Type | Description |
Int64 |
|