Class TimestampRange (2.4.0)

public sealed class TimestampRange : IMessage<TimestampRange>, IEquatable<TimestampRange>, IDeepCloneable<TimestampRange>, IBufferMessage, IMessage

Specified a contiguous range of microsecond timestamps.

Inheritance

Object > TimestampRange

Namespace

Google.Cloud.Bigtable.V2

Assembly

Google.Cloud.Bigtable.V2.dll

Constructors

TimestampRange()

public TimestampRange()

TimestampRange(TimestampRange)

public TimestampRange(TimestampRange other)
Parameter
NameDescription
otherTimestampRange

Properties

EndTimestampMicros

public long EndTimestampMicros { get; set; }

Exclusive upper bound. If left empty, interpreted as infinity.

Property Value
TypeDescription
Int64

StartTimestampMicros

public long StartTimestampMicros { get; set; }

Inclusive lower bound. If left empty, interpreted as 0.

Property Value
TypeDescription
Int64