public sealed class SystemTimestamps : IMessage<SystemTimestamps>, IEquatable<SystemTimestamps>, IDeepCloneable<SystemTimestamps>, IBufferMessage, IMessage
Timestamps associated with this resource in a particular system.
Implements
IMessage<SystemTimestamps>, IEquatable<SystemTimestamps>, IDeepCloneable<SystemTimestamps>, IBufferMessage, IMessageNamespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
SystemTimestamps()
public SystemTimestamps()
SystemTimestamps(SystemTimestamps)
public SystemTimestamps(SystemTimestamps other)
Parameter | |
---|---|
Name | Description |
other | SystemTimestamps |
Properties
CreateTime
public Timestamp CreateTime { get; set; }
Creation timestamp of the resource within the given system.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
Timestamp |