Table of Contents

Class DiscoveredAssetStream

Namespace
Azure.Iot.Operations.Services.AssetAndDeviceRegistry.Models
Assembly
Azure.Iot.Operations.Services.dll
public class DiscoveredAssetStream
Inheritance
DiscoveredAssetStream
Inherited Members

Properties

Destinations

Destinations for a stream.

public List<EventStreamDestination>? Destinations { get; set; }

Property Value

List<EventStreamDestination>

LastUpdatedOn

Timestamp (in UTC) indicating when the stream was added or modified.

public DateTime? LastUpdatedOn { get; set; }

Property Value

DateTime?

Name

Name of the stream definition.

public string Name { get; set; }

Property Value

string

StreamConfiguration

Stringified JSON that contains connector-specific configuration that describes configuration for the specific stream.

public string? StreamConfiguration { get; set; }

Property Value

string

TypeRef

URI or type definition ID.

public string? TypeRef { get; set; }

Property Value

string