Cấu hình đồng bộ hoá tài sản phụ kiểm soát cách đồng bộ hoá cấu hình tài sản thông thường với tài sản phụ. Tài nguyên này được cấp tự động cho mỗi tài sản phụ.
Chỉ có đầu ra. Giá trị nhận dạng. Định dạng: properties/{ordinary_property_id}/subpropertySyncConfigs/{subproperty_id} Ví dụ: properties/1234/subpropertySyncConfigs/5678
applyToProperty
string
Chỉ có đầu ra. Không thể thay đổi. Tên tài nguyên của tài sản phụ mà các chế độ cài đặt này áp dụng.
Bắt buộc. Chỉ định chế độ đồng bộ hoá Phương diện tuỳ chỉnh / Chỉ số cho tài sản phụ.
Nếu bạn đặt thành TẤT CẢ, tính năng Đồng bộ hoá phương diện / chỉ số tuỳ chỉnh sẽ được bật ngay lập tức. Cấu hình cục bộ của Phương diện / Chỉ số tuỳ chỉnh sẽ không được phép trên tài sản phụ, miễn là chế độ đồng bộ hoá được đặt thành TẤT CẢ.
Nếu bạn đặt thành KHÔNG, tính năng Đồng bộ hoá phương diện / chỉ số tuỳ chỉnh sẽ bị tắt. Bạn phải định cấu hình rõ ràng Phương diện / Chỉ số tuỳ chỉnh trên Tài sản phụ.
SynchronizationMode
Chế độ đồng bộ hoá cho tài sản phụ
Enum
SYNCHRONIZATION_MODE_UNSPECIFIED
Chế độ đồng bộ hoá không xác định hoặc không được chỉ định.
NONE
Các thực thể không được đồng bộ hoá. Bạn được phép chỉnh sửa nội dung cục bộ trên tài sản phụ.
ALL
Các thực thể được đồng bộ hoá từ tài sản mẹ. Không được phép thay đổi cục bộ trên tài sản phụ (Tạo / Cập nhật / Xoá)
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2025-07-26 UTC."],[],[],null,["# REST Resource: properties.subpropertySyncConfigs\n\n- [Resource: SubpropertySyncConfig](#SubpropertySyncConfig)\n - [JSON representation](#SubpropertySyncConfig.SCHEMA_REPRESENTATION)\n- [SynchronizationMode](#SynchronizationMode)\n- [Methods](#METHODS_SUMMARY)\n\nResource: SubpropertySyncConfig\n-------------------------------\n\nSubproperty synchronization configuration controls how ordinary property configurations are synchronized to subproperties. This resource is provisioned automatically for each subproperty.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"applyToProperty\": string, \"customDimensionAndMetricSyncMode\": enum (/analytics/devguides/config/admin/v1/rest/v1alpha/properties.subpropertySyncConfigs#SynchronizationMode) } ``` |\n\n| Fields ||\n|------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Output only. Identifier. Format: properties/{ordinary_property_id}/subpropertySyncConfigs/{subproperty_id} Example: properties/1234/subpropertySyncConfigs/5678 |\n| `applyToProperty` | `string` Output only. Immutable. Resource name of the subproperty that these settings apply to. |\n| `customDimensionAndMetricSyncMode` | `enum (`[SynchronizationMode](/analytics/devguides/config/admin/v1/rest/v1alpha/properties.subpropertySyncConfigs#SynchronizationMode)`)` 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. |\n\nSynchronizationMode\n-------------------\n\nSynchronization modes for a subproperty\n\n| Enums ||\n|------------------------------------|-------------------------------------------------------------------------------------------------------------------------------|\n| `SYNCHRONIZATION_MODE_UNSPECIFIED` | Synchronization mode unknown or not specified. |\n| `NONE` | Entities are not synchronized. Local edits are allowed on the subproperty. |\n| `ALL` | Entities are synchronized from parent property. Local mutations are not allowed on the subproperty (Create / Update / Delete) |\n\n| Methods ------- ||\n|--------------------------------------------------------------------------------------------------------|------------------------------------------------------------|\n| ### [get](/analytics/devguides/config/admin/v1/rest/v1alpha/properties.subpropertySyncConfigs/get) | Lookup for a single `SubpropertySyncConfig`. |\n| ### [list](/analytics/devguides/config/admin/v1/rest/v1alpha/properties.subpropertySyncConfigs/list) | List all `SubpropertySyncConfig` resources for a property. |\n| ### [patch](/analytics/devguides/config/admin/v1/rest/v1alpha/properties.subpropertySyncConfigs/patch) | Updates a `SubpropertySyncConfig`. |"]]