Langfuse JS/TS SDKs
    Preparing search index...

    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

    accessKeyId: null | string
    bucketName: string
    createdAt: string
    enabled: boolean
    endpoint: null | string
    exportStartDate: null | string
    forcePathStyle: boolean
    id: string
    lastError: null | string
    lastErrorAt: null | string
    lastSyncAt: null | string
    nextSyncAt: null | string
    prefix: string
    projectId: string
    region: string
    updatedAt: string