public sealed class DataDiscoveryResult.Types.ScanStatistics : IMessage<DataDiscoveryResult.Types.ScanStatistics>, IEquatable<DataDiscoveryResult.Types.ScanStatistics>, IDeepCloneable<DataDiscoveryResult.Types.ScanStatistics>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class DataDiscoveryResult.Types.ScanStatistics.
Statistics of the DataDiscoveryScan.
Implements
IMessageDataDiscoveryResultTypesScanStatistics, IEquatableDataDiscoveryResultTypesScanStatistics, IDeepCloneableDataDiscoveryResultTypesScanStatistics, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
ScanStatistics()
public ScanStatistics()
ScanStatistics(ScanStatistics)
public ScanStatistics(DataDiscoveryResult.Types.ScanStatistics other)
Parameter | |
---|---|
Name | Description |
other |
DataDiscoveryResultTypesScanStatistics |
Properties
DataProcessedBytes
public long DataProcessedBytes { get; set; }
The data processed in bytes.
Property Value | |
---|---|
Type | Description |
long |
FilesExcluded
public int FilesExcluded { get; set; }
The number of files excluded.
Property Value | |
---|---|
Type | Description |
int |
FilesetsCreated
public int FilesetsCreated { get; set; }
The number of filesets created.
Property Value | |
---|---|
Type | Description |
int |
FilesetsDeleted
public int FilesetsDeleted { get; set; }
The number of filesets deleted.
Property Value | |
---|---|
Type | Description |
int |
FilesetsUpdated
public int FilesetsUpdated { get; set; }
The number of filesets updated.
Property Value | |
---|---|
Type | Description |
int |
ScannedFileCount
public int ScannedFileCount { get; set; }
The number of files scanned.
Property Value | |
---|---|
Type | Description |
int |
TablesCreated
public int TablesCreated { get; set; }
The number of tables created.
Property Value | |
---|---|
Type | Description |
int |
TablesDeleted
public int TablesDeleted { get; set; }
The number of tables deleted.
Property Value | |
---|---|
Type | Description |
int |
TablesUpdated
public int TablesUpdated { get; set; }
The number of tables updated.
Property Value | |
---|---|
Type | Description |
int |