public sealed class Range : IMessage<Range>, IEquatable<Range>, IDeepCloneable<Range>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class Range.
Generic half-open interval [start, end)
Namespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
Range()
public Range()Range(Range)
public Range(Range other)| Parameter | |
|---|---|
| Name | Description |
other |
Range |
Properties
End
public long End { get; set; }Index of the last character of the range (exclusive).
| Property Value | |
|---|---|
| Type | Description |
long |
|
Start
public long Start { get; set; }Index of the first character of the range (inclusive).
| Property Value | |
|---|---|
| Type | Description |
long |
|