Class SqlCollectionAnalyticsCollection
SQL collection analytics collection.
Inherited Members
Namespace: Oci.DatasafeService.Models
Assembly: OCI.DotNetSDK.Datasafe.dll
Syntax
public class SqlCollectionAnalyticsCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<SqlCollectionAggregation> Items { get; set; }
Property Value
Type | Description |
---|---|
List<SqlCollectionAggregation> | The aggregated data point items. |
Remarks
Required