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 webpage provides reference documentation for the `SystemTimestamps` class within the Google Cloud Data Catalog v1 API, specifically for .NET developers."],["The `SystemTimestamps` class represents timestamps associated with a resource in a particular system, including creation, expiration, and last modification times."],["The page lists multiple available versions of the Data Catalog v1 API, with version 2.14.0 being the latest, and this particular page corresponding to the 2.12.0 version."],["`SystemTimestamps` has properties for `CreateTime`, `ExpireTime`, and `UpdateTime`, each of type `Timestamp`, and it implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors, a default one and one that takes another SystemTimestamps object as an argument."]]],[]]