Show / Hide Table of Contents

Class CountStatisticSummary

Details of the count statistic summary object.

Inheritance
object
CountStatisticSummary
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class CountStatisticSummary

Properties

ObjectCount

Declaration
[JsonProperty(PropertyName = "objectCount")]
public long? ObjectCount { get; set; }
Property Value
Type Description
long?

The value for the count statistic object.

ObjectType

Declaration
[JsonProperty(PropertyName = "objectType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public CountStatisticSummary.ObjectTypeEnum? ObjectType { get; set; }
Property Value
Type Description
CountStatisticSummary.ObjectTypeEnum?

The type of object for the count statistic object.

In this article
Back to top