Skip to main content

Class: D1StorageClient

@cybercryptio/d1-client-nodejs / Exports / D1StorageClient

Class: D1StorageClient

Client used for connecting to D1 Storage

Hierarchy

Table of contents

Constructors

Properties

Constructors

constructor

new D1StorageClient(serverUrl, creds, certPath?)

Constructs a new D1StorageClient

Parameters

NameTypeDescription
serverUrlstringThe URL of the server to connect to
credsICredentialsThe credentials to use for authentication
certPath?stringThe path to the certificate to use for authentication

Overrides

D1BaseClient.constructor

Properties

authn

Readonly authn: Authn

The authn client

Inherited from

D1BaseClient.authn


authz

Readonly authz: Authz

The authz client

Inherited from

D1BaseClient.authz


client

Protected client: Client

Inherited from

D1BaseClient.client


index

Readonly index: Index

The index client

Inherited from

D1BaseClient.index


storage

Readonly storage: Storage

The Storage client


version

Readonly version: Version

The version client

Inherited from

D1BaseClient.version