Class: SDKDriver
sdkApi/interfaces/entities/iDriver.SDKDriver
A class representing a driver configuration object.
Implements
IDriver
Implements
Table of contents
Constructors
Properties
- allowExternalDelete
- allowExternalModification
- bucket
- bucketName
- containerName
- createdAt
- creator
- id
- integrationId
- integrationType
- metadata
- name
- path
- region
- storageClass
- type
Constructors
constructor
• new SDKDriver(driver
)
Creates an instance of SDKDriver.
Parameters
Name | Type | Description |
---|---|---|
driver |
any |
The driver properties. |
Properties
allowExternalDelete
• allowExternalDelete: boolean
Indicates if the driver allows external delete.
Implementation of
allowExternalModification
• allowExternalModification: boolean
Indicates if the driver allows external modification.
Implementation of
IDriver.allowExternalModification
bucket
• Optional
bucket: string
The bucket.
Implementation of
bucketName
• Optional
bucketName: string
The bucket name.
Implementation of
containerName
• Optional
containerName: string
The container name.
Implementation of
createdAt
• createdAt: string
The creation date.
Implementation of
creator
• creator: string
The driver creator.
Implementation of
id
• id: string
The driver ID.
Implementation of
integrationId
• integrationId: string
The integration ID.
Implementation of
integrationType
• Optional
integrationType: string
The integration type.
Implementation of
metadata
• metadata: any
The driver metadata.
Implementation of
name
• name: string
The driver name.
Implementation of
path
• Optional
path: string
The path.
Implementation of
region
• Optional
region: string
The region.
Implementation of
storageClass
• Optional
storageClass: string
The storage class.
Implementation of
type
• type: string
The driver type.