public sealed class DocumentLocation : IMessage<DocumentLocation>, IEquatable<DocumentLocation>, IDeepCloneable<DocumentLocation>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class DocumentLocation.
Location of a finding within a document.
Implements
IMessageDocumentLocation, IEquatableDocumentLocation, IDeepCloneableDocumentLocation, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
DocumentLocation()
public DocumentLocation()DocumentLocation(DocumentLocation)
public DocumentLocation(DocumentLocation other)| Parameter | |
|---|---|
| Name | Description |
other |
DocumentLocation |
Properties
FileOffset
public long FileOffset { get; set; }Offset of the line, from the beginning of the file, where the finding is located.
| Property Value | |
|---|---|
| Type | Description |
long |
|