Show / Hide Table of Contents

Class GoogleCloudDataplexV1AssetDiscoveryStatusStats

The aggregated data statistics for the asset reported by discovery.

Inheritance
object
GoogleCloudDataplexV1AssetDiscoveryStatusStats
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX