Interface: IDriver

interfaces.IDriver

An interface representing a driver configuration object.

Interface

IDriver

Hierarchy

Implemented by

Table of contents

Properties

Properties

allowExternalDelete

allowExternalDelete: boolean

Indicates if the driver allows external delete.


allowExternalModification

allowExternalModification: boolean

Indicates if the driver allows external modification.


bucket

Optional bucket: string

The bucket.


bucketName

Optional bucketName: string

The bucket name.


clientId

Optional clientId: string

A local identifier for the Entity, unique within the client.

Inherited from

IEntity.clientId


containerName

Optional containerName: string

The container name.


createdAt

createdAt: string

The creation date.

Overrides

IEntity.createdAt


creator

creator: string

The driver creator.

Overrides

IEntity.creator


id

id: string

The driver ID.

Overrides

IEntity.id


integrationId

integrationId: string

The integration ID.


integrationType

Optional integrationType: string

The integration type.


metadata

metadata: any

The driver metadata.


name

name: string

The driver name.


path

Optional path: string

The path.


region

Optional region: string

The region.


storageClass

Optional storageClass: string

The storage class.


type

type: string

The driver type.


updatedAt

Optional updatedAt: IDate

The date and time when the Entity was last updated.

Inherited from

IEntity.updatedAt


updatedBy

Optional updatedBy: string

The user who last updated the Entity.

Inherited from

IEntity.updatedBy