The options used to initialize a Drive.

interface IOptions {
    apiEndpoint?: string;
    name?: string;
    serverSettings?: ServerConnection.ISettings;
}

Properties

apiEndpoint?: string

A REST endpoint for drive requests. If not given, defaults to the Jupyter REST API given by Jupyter Server API.

name?: string

The name for the Drive, which is used in file paths to disambiguate it from other drives.

serverSettings?: ServerConnection.ISettings

The server settings for the server.