Google Cloud Data Loss Prevention v2 API - Class BatchContentLocation (4.26.0)

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

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

Location within a batch of content.

Inheritance

object > BatchContentLocation

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

BatchContentLocation()

public BatchContentLocation()

BatchContentLocation(BatchContentLocation)

public BatchContentLocation(BatchContentLocation other)
Parameter
Name Description
other BatchContentLocation

Properties

ItemIndex

public int ItemIndex { get; set; }

Matches an index of a batch item in the batch provided in the request.

Property Value
Type Description
int