Analytics Hub v1 API - Class Listing.Types.BigQueryDatasetSource.Types.RestrictedExportPolicy (1.7.0)

public sealed class Listing.Types.BigQueryDatasetSource.Types.RestrictedExportPolicy : IMessage<Listing.Types.BigQueryDatasetSource.Types.RestrictedExportPolicy>, IEquatable<Listing.Types.BigQueryDatasetSource.Types.RestrictedExportPolicy>, IDeepCloneable<Listing.Types.BigQueryDatasetSource.Types.RestrictedExportPolicy>, IBufferMessage, IMessage

Reference documentation and code samples for the Analytics Hub v1 API class Listing.Types.BigQueryDatasetSource.Types.RestrictedExportPolicy.

Restricted export policy used to configure restricted export on linked dataset.

Inheritance

object > Listing.Types.BigQueryDatasetSource.Types.RestrictedExportPolicy

Namespace

Google.Cloud.BigQuery.AnalyticsHub.V1

Assembly

Google.Cloud.BigQuery.AnalyticsHub.V1.dll

Constructors

RestrictedExportPolicy()

public RestrictedExportPolicy()

RestrictedExportPolicy(RestrictedExportPolicy)

public RestrictedExportPolicy(Listing.Types.BigQueryDatasetSource.Types.RestrictedExportPolicy other)
Parameter
Name Description
other ListingTypesBigQueryDatasetSourceTypesRestrictedExportPolicy

Properties

Enabled

public bool? Enabled { get; set; }

Optional. If true, enable restricted export.

Property Value
Type Description
bool

RestrictDirectTableAccess

public bool? RestrictDirectTableAccess { get; set; }

Optional. 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