Table of Contents

Class PutResponseSchema

Namespace
Azure.Iot.Operations.Services.SchemaRegistry.Generated
Assembly
Azure.Iot.Operations.Services.dll

PUT Schema response object

public class PutResponseSchema
Inheritance
PutResponseSchema
Inherited Members

Properties

Error

Read error for the 'put' Action.

[JsonPropertyName("error")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public SchemaRegistryError? Error { get; set; }

Property Value

SchemaRegistryError

Schema

Schema object that was created.

[JsonPropertyName("schema")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public Schema? Schema { get; set; }

Property Value

Schema