Show / Hide Table of Contents

Class RestrictedExportConfig

Restricted export config, used to configure restricted export on linked dataset.

Inheritance
object
RestrictedExportConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AnalyticsHub.v1beta1.Data
Assembly: Google.Apis.AnalyticsHub.v1beta1.dll
Syntax
public class RestrictedExportConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Enabled

Optional. If true, enable restricted export.

Declaration
[JsonProperty("enabled")]
public virtual bool? Enabled { get; set; }
Property Value
Type Description
bool?

RestrictDirectTableAccess

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

Declaration
[JsonProperty("restrictDirectTableAccess")]
public virtual bool? RestrictDirectTableAccess { get; set; }
Property Value
Type Description
bool?

RestrictQueryResult

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

Declaration
[JsonProperty("restrictQueryResult")]
public virtual bool? RestrictQueryResult { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX