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, which implements several interfaces including `IMessage` and `IEquatable`, is used to represent timestamps associated with a resource in a specific system."],["The class has two constructors: a default one, and one that accepts another `SystemTimestamps` object as a parameter, also has 3 properties, which are `CreateTime`, `ExpireTime`, and `UpdateTime`."],["`CreateTime` is the timestamp the resource was created, `ExpireTime` is the expiration timestamp for the resource, and `UpdateTime` is for the timestamp of the resources last modification."],["The `SystemTimestamps` class is located in the `Google.Cloud.DataCatalog.V1` namespace and is part of the `Google.Cloud.DataCatalog.V1.dll` assembly."]]],[]]