Data Catalog v1 API - Class SystemTimestamps (2.4.0)

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

Reference documentation and code samples for the Data Catalog v1 API class SystemTimestamps.

Timestamps associated with this resource in a particular system.

Inheritance

object > SystemTimestamps

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

SystemTimestamps()

public SystemTimestamps()

SystemTimestamps(SystemTimestamps)

public SystemTimestamps(SystemTimestamps other)
Parameter
NameDescription
otherSystemTimestamps

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Creation timestamp of the resource within the given system.

Property Value
TypeDescription
Timestamp

ExpireTime

public Timestamp ExpireTime { get; set; }

Output only. Expiration timestamp of the resource within the given system.

Currently only applicable to BigQuery resources.

Property Value
TypeDescription
Timestamp

UpdateTime

public Timestamp UpdateTime { get; set; }

Timestamp of the last modification of the resource or its metadata within a given system.

Note: Depending on the source system, not every modification updates this timestamp. For example, BigQuery timestamps every metadata modification but not data or permission changes.

Property Value
TypeDescription
Timestamp