Class: D1StorageClient
@cybercryptio/d1-client-nodejs / Exports / D1StorageClient
Class: D1StorageClient
Client used for connecting to D1 Storage
Hierarchy
↳
D1StorageClient
Table of contents
Constructors
Properties
Constructors
constructor
• new D1StorageClient(serverUrl, creds, certPath?)
Constructs a new D1StorageClient
Parameters
| Name | Type | Description |
|---|---|---|
serverUrl | string | The URL of the server to connect to |
creds | ICredentials | The credentials to use for authentication |
certPath? | string | The path to the certificate to use for authentication |
Overrides
Properties
authn
• Readonly authn: Authn
The authn client
Inherited from
authz
• Readonly authz: Authz
The authz client
Inherited from
client
• Protected client: Client
Inherited from
index
• Readonly index: Index
The index client
Inherited from
storage
• Readonly storage: Storage
The Storage client
version
• Readonly version: Version
The version client