ISchema Interface
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.
[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) |