Class SharingEnvironmentConfig
Sharing environment is a behavior model for sharing data within a data exchange. This option is configurable for a data exchange.
Implements
Inherited Members
Namespace: Google.Apis.AnalyticsHub.v1.Data
Assembly: Google.Apis.AnalyticsHub.v1.dll
Syntax
public class SharingEnvironmentConfig : IDirectResponseSchema
Properties
DcrExchangeConfig
Data Clean Room (DCR), used for privacy-safe and secured data sharing.
Declaration
[JsonProperty("dcrExchangeConfig")]
public virtual DcrExchangeConfig DcrExchangeConfig { get; set; }
Property Value
Type | Description |
---|---|
DcrExchangeConfig |
DefaultExchangeConfig
Default Analytics Hub data exchange, used for secured data sharing.
Declaration
[JsonProperty("defaultExchangeConfig")]
public virtual DefaultExchangeConfig DefaultExchangeConfig { get; set; }
Property Value
Type | Description |
---|---|
DefaultExchangeConfig |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |