@jellyfin/sdk
    Preparing search index...

    Interface ServerDiscoveryInfo

    The server discovery info model.

    ServerDiscoveryInfo

    interface ServerDiscoveryInfo {
        Address?: string;
        EndpointAddress?: null | string;
        Id?: string;
        Name?: string;
    }
    Index

    Properties

    Address?: string

    Gets the address.

    ServerDiscoveryInfo

    EndpointAddress?: null | string

    Gets the endpoint address.

    ServerDiscoveryInfo

    Id?: string

    Gets the server identifier.

    ServerDiscoveryInfo

    Name?: string

    Gets the name.

    ServerDiscoveryInfo