Cloud Dataplex v1 API - Class AssetStatus (2.13.0)

public sealed class AssetStatus : IMessage<AssetStatus>, IEquatable<AssetStatus>, IDeepCloneable<AssetStatus>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Dataplex v1 API class AssetStatus.

Aggregated status of the underlying assets of a lake or zone.

Inheritance

object > AssetStatus

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

AssetStatus()

public AssetStatus()

AssetStatus(AssetStatus)

public AssetStatus(AssetStatus other)
Parameter
NameDescription
otherAssetStatus

Properties

ActiveAssets

public int ActiveAssets { get; set; }

Number of active assets.

Property Value
TypeDescription
int

SecurityPolicyApplyingAssets

public int SecurityPolicyApplyingAssets { get; set; }

Number of assets that are in process of updating the security policy on attached resources.

Property Value
TypeDescription
int

UpdateTime

public Timestamp UpdateTime { get; set; }

Last update time of the status.

Property Value
TypeDescription
Timestamp