Google Bigtable v2 API - Class TimestampRange (3.5.0)

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.

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
long

StartTimestampMicros

public long StartTimestampMicros { get; set; }

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

Property Value
TypeDescription
long