Google Cloud Data Loss Prevention v2 API - Class InspectDataSourceDetails.Types.Result (2.16.0)

public sealed class InspectDataSourceDetails.Types.Result : IMessage<InspectDataSourceDetails.Types.Result>, IEquatable<InspectDataSourceDetails.Types.Result>, IDeepCloneable<InspectDataSourceDetails.Types.Result>, IBufferMessage, IMessage

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

All result fields mentioned below are updated while the job is processing.

Inheritance

object > InspectDataSourceDetails.Types.Result

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

Result()

public Result()

Result(Result)

public Result(InspectDataSourceDetails.Types.Result other)
Parameter
Name Description
other InspectDataSourceDetailsTypesResult

Properties

HybridStats

public HybridInspectStatistics HybridStats { get; set; }

Statistics related to the processing of hybrid inspect.

Property Value
Type Description
HybridInspectStatistics

InfoTypeStats

public RepeatedField<InfoTypeStats> InfoTypeStats { get; }

Statistics of how many instances of each info type were found during inspect job.

Property Value
Type Description
RepeatedFieldInfoTypeStats

NumRowsProcessed

public long NumRowsProcessed { get; set; }

Number of rows scanned post sampling and time filtering (Applicable for row based stores such as BigQuery).

Property Value
Type Description
long

ProcessedBytes

public long ProcessedBytes { get; set; }

Total size in bytes that were processed.

Property Value
Type Description
long

TotalEstimatedBytes

public long TotalEstimatedBytes { get; set; }

Estimate of the number of bytes to process.

Property Value
Type Description
long