The data stream interface.

interface IDataStream {
    getName(): string;
    getOwnerId(): string;
}

Hierarchy (view full)

Methods

  • Get the name of the stream.

    Returns string

    The name of the stream.

  • Get the owner ID of the stream.

    Returns string

    The owner ID of the stream.

Generated using TypeDoc