Table of Contents

Class StatusDatasets

Namespace
Azure.Iot.Operations.Services.Assets
Assembly
Azure.Iot.Operations.Services.dll
public record StatusDatasets : IEquatable<StatusDatasets>
Inheritance
StatusDatasets
Implements
Inherited Members

Properties

MessageSchemaReference

Defines the message schema reference properties.

public MessageSchemaReference? MessageSchemaReference { get; set; }

Property Value

MessageSchemaReference

Name

The name of the data set. Must be unique within the status.datasets array. This name is used to correlate between the spec and status data set information.

public string Name { get; set; }

Property Value

string