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
LastUpdatedOn
Timestamp (in UTC) indicating when the stream was added or modified.
public DateTime? LastUpdatedOn { get; set; }
Property Value
Name
Name of the stream definition.
public string Name { get; set; }
Property Value
StreamConfiguration
Stringified JSON that contains connector-specific configuration that describes configuration for the specific stream.
public string? StreamConfiguration { get; set; }
Property Value
TypeRef
URI or type definition ID.
public string? TypeRef { get; set; }