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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `SystemTimestamps` class within the Google Cloud Data Catalog v1 API for .NET, with the latest version being 2.14.0 and a range of previous versions listed."],["The `SystemTimestamps` class, which inherits from `object` and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, is used to store timestamps associated with resources."],["The class includes properties such as `CreateTime`, `ExpireTime`, and `UpdateTime`, which represent the creation, expiration, and last modification timestamps of a resource within a system, respectively."],["Constructors are provided for creating a new instance of `SystemTimestamps` or cloning an existing instance."],["This documentation is specific to the `Google.Cloud.DataCatalog.V1` namespace, found within the `Google.Cloud.DataCatalog.V1.dll` assembly."]]],[]]