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-25 UTC."],[[["This document provides reference documentation for the `SystemTimestamps` class within the Google Cloud Data Catalog v1 API, specifically for version 2.9.0."],["The `SystemTimestamps` class is used to represent timestamps associated with a resource in a particular system, and it inherits from `object` while implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains three main properties: `CreateTime`, representing the creation timestamp; `ExpireTime`, representing the expiration timestamp; and `UpdateTime`, representing the last modification timestamp."],["The document lists all the different versions of the SystemTimestamps class, ranging from 1.2.0 all the way to the latest version of 2.14.0."],["The `SystemTimestamps` class has 2 constructors, one is empty and the other takes in a `SystemTimestamps` parameter."]]],[]]