Class GoogleCloudDataplexV1DataDiscoveryResultScanStatistics
Statistics of the DataDiscoveryScan.
Implements
Inherited Members
Namespace: Google.Apis.CloudDataplex .v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1DataDiscoveryResultScanStatistics : IDirectResponseSchema
Properties
DataProcessedBytes
The data processed in bytes.
Declaration
[JsonProperty("dataProcessedBytes")]
public virtual long? DataProcessedBytes { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FilesExcluded
The number of files excluded.
Declaration
[JsonProperty("filesExcluded")]
public virtual int? FilesExcluded { get; set; }
Property Value
Type | Description |
---|---|
int? |
FilesetsCreated
The number of filesets created.
Declaration
[JsonProperty("filesetsCreated")]
public virtual int? FilesetsCreated { get; set; }
Property Value
Type | Description |
---|---|
int? |
FilesetsDeleted
The number of filesets deleted.
Declaration
[JsonProperty("filesetsDeleted")]
public virtual int? FilesetsDeleted { get; set; }
Property Value
Type | Description |
---|---|
int? |
FilesetsUpdated
The number of filesets updated.
Declaration
[JsonProperty("filesetsUpdated")]
public virtual int? FilesetsUpdated { get; set; }
Property Value
Type | Description |
---|---|
int? |
ScannedFileCount
The number of files scanned.
Declaration
[JsonProperty("scannedFileCount")]
public virtual int? ScannedFileCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
TablesCreated
The number of tables created.
Declaration
[JsonProperty("tablesCreated")]
public virtual int? TablesCreated { get; set; }
Property Value
Type | Description |
---|---|
int? |
TablesDeleted
The number of tables deleted.
Declaration
[JsonProperty("tablesDeleted")]
public virtual int? TablesDeleted { get; set; }
Property Value
Type | Description |
---|---|
int? |
TablesUpdated
The number of tables updated.
Declaration
[JsonProperty("tablesUpdated")]
public virtual int? TablesUpdated { get; set; }
Property Value
Type | Description |
---|---|
int? |