Langfuse JS/TS SDKs
GitHub
Docs
Preparing search index...
@langfuse/core
BlobStorageIntegrationResponse
Interface BlobStorageIntegrationResponse
interface
BlobStorageIntegrationResponse
{
accessKeyId
?:
string
;
bucketName
:
string
;
createdAt
:
string
;
enabled
:
boolean
;
endpoint
?:
string
;
exportFrequency
:
BlobStorageExportFrequency
;
exportMode
:
BlobStorageExportMode
;
exportStartDate
?:
string
;
fileType
:
BlobStorageIntegrationFileType
;
forcePathStyle
:
boolean
;
id
:
string
;
lastSyncAt
?:
string
;
nextSyncAt
?:
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
Sync
At?
next
Sync
At?
prefix
project
Id
region
type
updated
At
Properties
Optional
access
Key
Id
accessKeyId
?:
string
bucket
Name
bucketName
:
string
created
At
createdAt
:
string
enabled
enabled
:
boolean
Optional
endpoint
endpoint
?:
string
export
Frequency
exportFrequency
:
BlobStorageExportFrequency
export
Mode
exportMode
:
BlobStorageExportMode
Optional
export
Start
Date
exportStartDate
?:
string
file
Type
fileType
:
BlobStorageIntegrationFileType
force
Path
Style
forcePathStyle
:
boolean
id
id
:
string
Optional
last
Sync
At
lastSyncAt
?:
string
Optional
next
Sync
At
nextSyncAt
?:
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
Sync
At
next
Sync
At
prefix
project
Id
region
type
updated
At
GitHub
Docs
Langfuse JS/TS SDKs
Loading...