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 webpage provides documentation for the `SystemTimestamps` class within the Google Cloud Data Catalog v1 API for .NET, with the latest version being 2.14.0 and a range of previous versions listed."],["The `SystemTimestamps` class represents timestamps associated with a resource in a particular system, inheriting from the base `object` class and implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `CreateTime`, `ExpireTime`, and `UpdateTime`, representing the creation, expiration, and last modification timestamps of a resource, respectively."],["There are two constructors available: a default constructor (`SystemTimestamps()`) and a copy constructor (`SystemTimestamps(SystemTimestamps other)`)."],["The documentation is organized by version number in descending order, with links to each version's documentation."]]],[]]