Class UsageSignal (2.1.0)

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

The set of all usage signals that Data Catalog stores.

Note: Usually, these signals are updated daily. In rare cases, an update may fail but will be performed again on the next day.

Inheritance

Object > UsageSignal

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

UsageSignal()

public UsageSignal()

UsageSignal(UsageSignal)

public UsageSignal(UsageSignal other)
Parameter
NameDescription
otherUsageSignal

Properties

UpdateTime

public Timestamp UpdateTime { get; set; }

The end timestamp of the duration of usage statistics.

Property Value
TypeDescription
Timestamp

UsageWithinTimeRange

public MapField<string, UsageStats> UsageWithinTimeRange { get; }

Usage statistics over each of the predefined time ranges.

Supported time ranges are {&quot;24H&quot;, &quot;7D&quot;, &quot;30D&quot;}.

Property Value
TypeDescription
MapField<String, UsageStats>