Schema Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) | |
| 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) | |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |