Interface ITelemetryStream

interface ITelemetryStream {
    configuration: {
        mapTopic?: string;
        type: string;
    };
    disabled?: boolean;
    name: string;
    validation?: {
        schemaId: string;
    };
}

Properties

configuration: {
    mapTopic?: string;
    type: string;
}

Type declaration

  • Optional mapTopic?: string
  • type: string
disabled?: boolean
name: string
validation?: {
    schemaId: string;
}

Type declaration

  • schemaId: string

Generated using TypeDoc