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-04-09 UTC."],[[["This page provides reference documentation for the `SystemTimestamps` class within the Google Cloud Data Catalog v1 API, specifically for .NET development."],["The `SystemTimestamps` class represents timestamps associated with a resource in a particular system, including creation, expiration, and last modification times."],["The latest version documented here is 2.14.0, however this page specifically details version 2.10.0 and contains links to older and more recent versions going all the way down to 1.2.0."],["`SystemTimestamps` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties like `CreateTime`, `ExpireTime`, and `UpdateTime`, all of type `Timestamp`, which provide details about the resource's lifecycle within the system."]]],[]]