Class NamespaceCollection
Results of a namespaces listing. A namespace is an unique name tied to the first class object of data catalog which will be used to create a custom property
Inherited Members
Namespace: Oci.DatacatalogService.Models
Assembly: OCI.DotNetSDK.Datacatalog.dll
Syntax
public class NamespaceCollection
Properties
Count
Declaration
[JsonProperty(PropertyName = "count")]
public int? Count { get; set; }
Property Value
Type | Description |
---|---|
int? | Total number of items returned. |
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<NamespaceSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<NamespaceSummary> | Collection of namespace summaries |
Remarks
Required