Google Cloud Data Loss Prevention v2 API - Class InspectDataSourceDetails.Types.Result (4.8.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
NameDescription
otherInspectDataSourceDetailsTypesResult

Properties

HybridStats

public HybridInspectStatistics HybridStats { get; set; }

Statistics related to the processing of hybrid inspect.

Property Value
TypeDescription
HybridInspectStatistics

InfoTypeStats

public RepeatedField<InfoTypeStats> InfoTypeStats { get; }

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

Property Value
TypeDescription
RepeatedFieldInfoTypeStats

ProcessedBytes

public long ProcessedBytes { get; set; }

Total size in bytes that were processed.

Property Value
TypeDescription
long

TotalEstimatedBytes

public long TotalEstimatedBytes { get; set; }

Estimate of the number of bytes to process.

Property Value
TypeDescription
long