Class DistributedDatabaseCollection
Collection of Globally distributed databases.
Inherited Members
Namespace: Oci.DistributeddatabaseService.Models
Assembly: OCI.DotNetSDK.Distributeddatabase.dll
Syntax
public class DistributedDatabaseCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<DistributedDatabaseSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<DistributedDatabaseSummary> | Array of Globally distributed database summaries. |
Remarks
Required