Stream write - the input type for creating a stream

interface StreamWrite {
    externalId: string;
    settings: StreamCreateSettings;
}

Properties

Properties

externalId: string

Stream identifier. Must be unique within the project.

Stream settings which should be applied to the stream