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.
Implements
IMessageInspectDataSourceDetailsTypesResult, IEquatableInspectDataSourceDetailsTypesResult, IDeepCloneableInspectDataSourceDetailsTypesResult, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
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 |
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 |