Class InspectDataSourceDetails.Types.Result (4.0.0)

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

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(InspectDataSourceDetails.Types.Result)

public Result(InspectDataSourceDetails.Types.Result other)
Parameter
NameDescription
otherInspectDataSourceDetails.Types.Result

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
RepeatedField<InfoTypeStats>

ProcessedBytes

public long ProcessedBytes { get; set; }

Total size in bytes that were processed.

Property Value
TypeDescription
Int64

TotalEstimatedBytes

public long TotalEstimatedBytes { get; set; }

Estimate of the number of bytes to process.

Property Value
TypeDescription
Int64