Show / Hide Table of Contents

Class SchemaSummaryCollection

This is the collection of schema summaries, it may be a collection of lightweight details or full definitions.

Inheritance
object
SchemaSummaryCollection
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 SchemaSummaryCollection

Properties

Items

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

The array of schema summaries.

Remarks

Required

In this article
Back to top