BASIC server responses include all the relevant cluster details, excluding
Cluster.ContinuousBackupInfo.EarliestRestorableTime and other view-specific
fields. The default value.
ContinuousBackup
CONTINUOUS_BACKUP response returns all the fields from BASIC plus
the earliest restorable time if continuous backups are enabled.
May increase latency.
Unspecified
CLUSTER_VIEW_UNSPECIFIED Not specified, equivalent to BASIC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides reference documentation for the `ClusterView` enum within the Google Cloud AlloyDB v1 API, specifically for the .NET library."],["The `ClusterView` enum is used to specify which subsets of cluster fields should be returned in API responses."],["The `Basic` field is the default view and returns standard cluster details, excluding specific fields like `Cluster.ContinuousBackupInfo.EarliestRestorableTime`."],["The `ContinuousBackup` field returns all fields from `Basic` plus the earliest restorable time, if continuous backups are enabled."],["The `Unspecified` field is equivalent to the `Basic` view and is used when no specific view is selected."]]],[]]