Class CountStatistic
A count statistics.
Inherited Members
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class CountStatistic
Properties
ObjectTypeCountList
Declaration
[Required(ErrorMessage = "ObjectTypeCountList is required.")]
[JsonProperty(PropertyName = "objectTypeCountList")]
public List<CountStatisticSummary> ObjectTypeCountList { get; set; }
Property Value
Type | Description |
---|---|
List<CountStatisticSummary> | The array of statistics. |
Remarks
Required