Langfuse JS/TS SDKs
GitHub
Docs
Preparing search index...
@langfuse/core
BlobStorageIntegrationResponse
Interface BlobStorageIntegrationResponse
interface
BlobStorageIntegrationResponse
{
accessKeyId
:
null
|
string
;
bucketName
:
string
;
createdAt
:
string
;
enabled
:
boolean
;
endpoint
:
null
|
string
;
exportFrequency
:
BlobStorageExportFrequency
;
exportMode
:
BlobStorageExportMode
;
exportStartDate
:
null
|
string
;
fileType
:
BlobStorageIntegrationFileType
;
forcePathStyle
:
boolean
;
id
:
string
;
lastError
:
null
|
string
;
lastErrorAt
:
null
|
string
;
lastSyncAt
:
null
|
string
;
nextSyncAt
:
null
|
string
;
prefix
:
string
;
projectId
:
string
;
region
:
string
;
type
:
BlobStorageIntegrationType
;
updatedAt
:
string
;
}
Index
Properties
access
Key
Id
bucket
Name
created
At
enabled
endpoint
export
Frequency
export
Mode
export
Start
Date
file
Type
force
Path
Style
id
last
Error
last
Error
At
last
Sync
At
next
Sync
At
prefix
project
Id
region
type
updated
At
Properties
access
Key
Id
accessKeyId
:
null
|
string
bucket
Name
bucketName
:
string
created
At
createdAt
:
string
enabled
enabled
:
boolean
endpoint
endpoint
:
null
|
string
export
Frequency
exportFrequency
:
BlobStorageExportFrequency
export
Mode
exportMode
:
BlobStorageExportMode
export
Start
Date
exportStartDate
:
null
|
string
file
Type
fileType
:
BlobStorageIntegrationFileType
force
Path
Style
forcePathStyle
:
boolean
id
id
:
string
last
Error
lastError
:
null
|
string
last
Error
At
lastErrorAt
:
null
|
string
last
Sync
At
lastSyncAt
:
null
|
string
next
Sync
At
nextSyncAt
:
null
|
string
prefix
prefix
:
string
project
Id
projectId
:
string
region
region
:
string
type
type
:
BlobStorageIntegrationType
updated
At
updatedAt
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
access
Key
Id
bucket
Name
created
At
enabled
endpoint
export
Frequency
export
Mode
export
Start
Date
file
Type
force
Path
Style
id
last
Error
last
Error
At
last
Sync
At
next
Sync
At
prefix
project
Id
region
type
updated
At
GitHub
Docs
Langfuse JS/TS SDKs
Loading...