Show / Hide Table of Contents

Class IngestSqlBucketDetails

Collection of SQL Bucket Metric Entries

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

Properties

Items

Declaration
[JsonProperty(PropertyName = "items")]
public List<SqlBucket> Items { get; set; }
Property Value
Type Description
List<SqlBucket>

List of SQL Bucket Metric Entries.

In this article
Back to top