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

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

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

Location of a finding within a document.

Inheritance

object > DocumentLocation

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

DocumentLocation()

public DocumentLocation()

DocumentLocation(DocumentLocation)

public DocumentLocation(DocumentLocation other)
Parameter
NameDescription
otherDocumentLocation

Properties

FileOffset

public long FileOffset { get; set; }

Offset of the line, from the beginning of the file, where the finding is located.

Property Value
TypeDescription
long