Analytics Hub v1 API - Class Listing.Types.RestrictedExportConfig (1.4.0)

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.

Inheritance

object > Listing.Types.RestrictedExportConfig

Namespace

Google.Cloud.BigQuery.AnalyticsHub.V1

Assembly

Google.Cloud.BigQuery.AnalyticsHub.V1.dll

Constructors

RestrictedExportConfig()

public RestrictedExportConfig()

RestrictedExportConfig(RestrictedExportConfig)

public RestrictedExportConfig(Listing.Types.RestrictedExportConfig other)
Parameter
NameDescription
otherListingTypesRestrictedExportConfig

Properties

Enabled

public bool Enabled { get; set; }

Optional. If true, enable restricted export.

Property Value
TypeDescription
bool

RestrictDirectTableAccess

public bool RestrictDirectTableAccess { get; set; }

Output only. If true, restrict direct table access(read api/tabledata.list) on linked table.

Property Value
TypeDescription
bool

RestrictQueryResult

public bool RestrictQueryResult { get; set; }

Optional. If true, restrict export of query result derived from restricted linked dataset table.

Property Value
TypeDescription
bool