langfuse-client-base 0.12.0

Auto-generated Langfuse API client from OpenAPI specification
Documentation
# BlobStorageIntegrationResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** |  | 
**project_id** | **String** |  | 
**r#type** | [**models::BlobStorageIntegrationType**]BlobStorageIntegrationType.md |  | 
**bucket_name** | **String** |  | 
**endpoint** | Option<**String**> |  | [optional]
**region** | **String** |  | 
**access_key_id** | Option<**String**> |  | [optional]
**prefix** | **String** |  | 
**export_frequency** | [**models::BlobStorageExportFrequency**]BlobStorageExportFrequency.md |  | 
**enabled** | **bool** |  | 
**force_path_style** | **bool** |  | 
**file_type** | [**models::BlobStorageIntegrationFileType**]BlobStorageIntegrationFileType.md |  | 
**export_mode** | [**models::BlobStorageExportMode**]BlobStorageExportMode.md |  | 
**export_start_date** | Option<**String**> |  | [optional]
**compressed** | **bool** |  | 
**next_sync_at** | Option<**String**> |  | [optional]
**last_sync_at** | Option<**String**> |  | [optional]
**last_error** | Option<**String**> |  | [optional]
**last_error_at** | Option<**String**> |  | [optional]
**created_at** | **String** |  | 
**updated_at** | **String** |  | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)