ISchema Interface

Definition

[System.ComponentModel.TypeConverter(typeof(ADT.Models.SchemaTypeConverter))]
public interface ISchema : ADT.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(ADT.Models.SchemaTypeConverter))>]
type ISchema = interface
    interface IJsonSerializable
Public Interface ISchema
Implements IJsonSerializable
Derived
Attributes
Implements

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
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to