public sealed class SystemTimestamps : IMessage<SystemTimestamps>, IEquatable<SystemTimestamps>, IDeepCloneable<SystemTimestamps>, IBufferMessage, IMessage
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 details the `SystemTimestamps` class within the `Google.Cloud.DataCatalog.V1` namespace, specifically for version 1.3.0."],["The `SystemTimestamps` class is used to track timestamps associated with a resource in a particular system, inheriting from `Object` and implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties to manage timestamps that include `CreateTime`, `ExpireTime`, and `UpdateTime`, all of the `Timestamp` type."],["The `ExpireTime` property, which indicates the expiration timestamp of a resource, is currently only applicable to BigQuery resources."],["There are several versions of `SystemTimestamps` are linked, with 2.14.0 being the latest version, each one providing potentially different content and can be accessed through their corresponding links."]]],[]]