Langfuse JS/TS SDKs
    Preparing search index...

    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

    accessKeyId?: string
    bucketName: string
    createdAt: string
    enabled: boolean
    endpoint?: string
    exportStartDate?: string
    forcePathStyle: boolean
    id: string
    lastSyncAt?: string
    nextSyncAt?: string
    prefix: string
    projectId: string
    region: string
    updatedAt: string