Show / Hide Table of Contents

Class UsageStatusItem

UsageStatusItem

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

Properties

CurrentUsage

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

The current usage of the field.

DataType

Declaration
[JsonProperty(PropertyName = "dataType")]
public string DataType { get; set; }
Property Value
Type Description
string

The field data type.

IsKeepDuplicates

Declaration
[JsonProperty(PropertyName = "isKeepDuplicates")]
public bool? IsKeepDuplicates { get; set; }
Property Value
Type Description
bool?

A flag indicating whether duplicates should be retained while processing multi-valued fields.

IsMultiValued

Declaration
[JsonProperty(PropertyName = "isMultiValued")]
public bool? IsMultiValued { get; set; }
Property Value
Type Description
bool?

A flag indicating whether or not the field is multi-valued.

MaxAvailable

Declaration
[JsonProperty(PropertyName = "maxAvailable")]
public int? MaxAvailable { get; set; }
Property Value
Type Description
int?

The maximum availability of the field.

In this article
Back to top