Class TableUsageCollection
Result of GetTableUsage.
Inherited Members
Namespace: Oci.NosqlService.Models
Assembly: OCI.DotNetSDK.Nosql.dll
Syntax
public class TableUsageCollectionProperties
Items
Declaration
[JsonProperty(PropertyName = "items")]
public List<TableUsageSummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<TableUsageSummary> | A page of TableUsageSummary objects. |