Schema Class

Definition

The schema object.

[System.ComponentModel.TypeConverter(typeof(ADT.Models.SchemaTypeConverter))]
public class Schema : ADT.Models.ISchema
[<System.ComponentModel.TypeConverter(typeof(ADT.Models.SchemaTypeConverter))>]
type Schema = class
    interface ISchema
    interface IJsonSerializable
Public Class Schema
Implements ISchema
Inheritance
Schema
Attributes
Implements

Constructors

Name Description
Schema()

Creates an new Schema instance.

Properties

Name Description
ConnectionId

Connection ID associated with this schema

Content

Content of the schema

Direction

The direction of the schema.

Id

ID associated with this schema

Name

Name of the schema

Status

Status of the schema

Type

The Schema Type

Uri

Uri containing SAS token for the zipped schema

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Schema.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Schema.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of ADT.Models.ISchema.

FromJsonString(String)

Creates a new instance of Schema, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of Schema into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to