public sealed class BigQueryAuditMetadata.Types.UnlinkDataset : IMessage<BigQueryAuditMetadata.Types.UnlinkDataset>, IEquatable<BigQueryAuditMetadata.Types.UnlinkDataset>, IDeepCloneable<BigQueryAuditMetadata.Types.UnlinkDataset>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Audit API class BigQueryAuditMetadata.Types.UnlinkDataset.
Unlink linked dataset from its source dataset event
[[["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 page provides documentation for the `BigQueryAuditMetadata.Types.UnlinkDataset` class within the Google Cloud Audit API, detailing how to handle events where a linked dataset is unlinked from its source."],["The `UnlinkDataset` class is part of the `Google.Cloud.Audit` namespace and is found in the `Google.Cloud.Audit.dll` assembly, implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of this class is `2.5.0`, with other previous versions available for review, including versions `2.4.0`, `2.3.0`, `2.2.0`, `2.1.0`, `2.0.0`, `1.1.0`, and `1.0.0`."],["Key properties of this class include `LinkedDataset` (the URI of the unlinked dataset), `Reason` (the cause for unlinking), and `SourceDataset` (the URI of the original dataset)."],["The class has two constructors: a default constructor `UnlinkDataset()` and a copy constructor `UnlinkDataset(BigQueryAuditMetadata.Types.UnlinkDataset other)` which takes another instance of the same class as a parameter."]]],[]]