Show / Hide Table of Contents

Class NamespaceCollection

The list of source services called namespaces emitting metrics that you can explore using OCI Control Center.

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

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<NamespaceSummary> Items { get; set; }
Property Value
Type Description
List<NamespaceSummary>

An array of NamespaceSummary objects.

Remarks

Required

In this article
Back to top