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 page provides reference documentation for the `SystemTimestamps` class within the Google Cloud Data Catalog v1 API, specifically for version 2.11.0."],["`SystemTimestamps` is used to manage timestamps associated with a resource in a particular system, including its creation, expiration, and last modification times."],["The `SystemTimestamps` class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be utilized in various ways."],["There is a list of API versions available, ranging from 1.2.0 to 2.14.0 (latest), with links to their respective `SystemTimestamps` documentation."],["The `SystemTimestamps` class contains properties such as `CreateTime`, `ExpireTime`, and `UpdateTime`, all of which are of the `Timestamp` type, providing specific timestamps to the user."]]],[]]