Show / Hide Table of Contents

Class SharingEnvironmentConfig

Sharing environment is a behavior model for sharing data within a data exchange. This option is configurable for a data exchange.

Inheritance
object
SharingEnvironmentConfig
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX