Class SubpropertySyncConfig
Subproperty synchronization configuration controls how ordinary property configurations are synchronized to subproperties. This resource is provisioned automatically for each subproperty.
Implements
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class SubpropertySyncConfig : IMessage<SubpropertySyncConfig>, IEquatable<SubpropertySyncConfig>, IDeepCloneable<SubpropertySyncConfig>, IBufferMessage, IMessage
Constructors
SubpropertySyncConfig()
Declaration
public SubpropertySyncConfig()
SubpropertySyncConfig(SubpropertySyncConfig)
Declaration
public SubpropertySyncConfig(SubpropertySyncConfig other)
Parameters
Type | Name | Description |
---|---|---|
SubpropertySyncConfig | other |
Properties
ApplyToProperty
Output only. Immutable. Resource name of the subproperty that these settings apply to.
Declaration
public string ApplyToProperty { get; set; }
Property Value
Type | Description |
---|---|
string |
CustomDimensionAndMetricSyncMode
Required. Specifies the Custom Dimension / Metric synchronization mode for the subproperty.
If set to ALL, Custom Dimension / Metric synchronization will be immediately enabled. Local configuration of Custom Dimensions / Metrics will not be allowed on the subproperty so long as the synchronization mode is set to ALL.
If set to NONE, Custom Dimensions / Metric synchronization is disabled. Custom Dimensions / Metrics must be configured explicitly on the Subproperty.
Declaration
public SubpropertySyncConfig.Types.SynchronizationMode CustomDimensionAndMetricSyncMode { get; set; }
Property Value
Type | Description |
---|---|
SubpropertySyncConfig.Types.SynchronizationMode |
Name
Output only. Identifier. Format: properties/{ordinary_property_id}/subpropertySyncConfigs/{subproperty_id} Example: properties/1234/subpropertySyncConfigs/5678
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
SubpropertySyncConfigName
SubpropertySyncConfigName-typed view over the Name resource name property.
Declaration
public SubpropertySyncConfigName SubpropertySyncConfigName { get; set; }
Property Value
Type | Description |
---|---|
SubpropertySyncConfigName |