public sealed class Listing.Types.RestrictedExportConfig : IMessage<Listing.Types.RestrictedExportConfig>, IEquatable<Listing.Types.RestrictedExportConfig>, IDeepCloneable<Listing.Types.RestrictedExportConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Analytics Hub v1 API class Listing.Types.RestrictedExportConfig.
Restricted export config, used to configure restricted export on linked dataset.
Implements
IMessageListingTypesRestrictedExportConfig, IEquatableListingTypesRestrictedExportConfig, IDeepCloneableListingTypesRestrictedExportConfig, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.AnalyticsHub.V1Assembly
Google.Cloud.BigQuery.AnalyticsHub.V1.dll
Constructors
RestrictedExportConfig()
public RestrictedExportConfig()
RestrictedExportConfig(RestrictedExportConfig)
public RestrictedExportConfig(Listing.Types.RestrictedExportConfig other)
Parameter | |
---|---|
Name | Description |
other |
ListingTypesRestrictedExportConfig |
Properties
Enabled
public bool Enabled { get; set; }
Optional. If true, enable restricted export.
Property Value | |
---|---|
Type | Description |
bool |
RestrictDirectTableAccess
public bool RestrictDirectTableAccess { get; set; }
Output only. If true, restrict direct table access(read api/tabledata.list) on linked table.
Property Value | |
---|---|
Type | Description |
bool |
RestrictQueryResult
public bool RestrictQueryResult { get; set; }
Optional. If true, restrict export of query result derived from restricted linked dataset table.
Property Value | |
---|---|
Type | Description |
bool |