public sealed class DataProfileBigQueryRowSchema : IMessage<DataProfileBigQueryRowSchema>, IEquatable<DataProfileBigQueryRowSchema>, IDeepCloneable<DataProfileBigQueryRowSchema>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class DataProfileBigQueryRowSchema.
The schema of data to be saved to the BigQuery table when the
DataProfileAction is enabled.
[[["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-24 UTC."],[[["This webpage provides documentation for the `DataProfileBigQueryRowSchema` class within the Google Cloud Data Loss Prevention (DLP) v2 API, specifically in the .NET environment."],["The `DataProfileBigQueryRowSchema` class defines the structure for data to be stored in a BigQuery table when the `DataProfileAction` is enabled in the Google Cloud DLP service."],["The `DataProfileBigQueryRowSchema` class supports different versions, ranging from the latest version 4.16.0 down to 2.15.0, allowing developers to view documentation for a chosen version."],["This class implements various interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capabilities for serialization, equality checks, cloning, and buffering."],["The class includes properties such as `ColumnProfile` and `TableProfile` that are of the type `ColumnDataProfile` and `TableDataProfile` respectively, and help define the schema of the stored row data."]]],[]]