Google Cloud Data Loss Prevention v2 API - Class Range (4.8.0)

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

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class Range.

Generic half-open interval [start, end)

Inheritance

object > Range

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

Range()

public Range()

Range(Range)

public Range(Range other)
Parameter
NameDescription
otherRange

Properties

End

public long End { get; set; }

Index of the last character of the range (exclusive).

Property Value
TypeDescription
long

Start

public long Start { get; set; }

Index of the first character of the range (inclusive).

Property Value
TypeDescription
long