Class GoogleCloudDataplexV1AssetDiscoveryStatusStats
The aggregated data statistics for the asset reported by discovery.
Implements
Inherited Members
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1AssetDiscoveryStatusStats : IDirectResponseSchema
Properties
DataItems
The count of data items within the referenced resource.
Declaration
[JsonProperty("dataItems")]
public virtual long? DataItems { get; set; }
Property Value
Type | Description |
---|---|
long? |
DataSize
The number of stored data bytes within the referenced resource.
Declaration
[JsonProperty("dataSize")]
public virtual long? DataSize { 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 |
Filesets
The count of fileset entities within the referenced resource.
Declaration
[JsonProperty("filesets")]
public virtual long? Filesets { get; set; }
Property Value
Type | Description |
---|---|
long? |
Tables
The count of table entities within the referenced resource.
Declaration
[JsonProperty("tables")]
public virtual long? Tables { get; set; }
Property Value
Type | Description |
---|---|
long? |