interface LakeConfig {
    blocksPreloadPoolSize?: number;
    credentials?: CredentialProvider;
    s3BucketName: string;
    s3Endpoint?: EndpointConfig;
    s3ForcePathStyle?: boolean;
    s3RegionName: string;
    startBlockHeight: number;
}

Properties

blocksPreloadPoolSize?: number
credentials?: CredentialProvider
s3BucketName: string
s3Endpoint?: EndpointConfig
s3ForcePathStyle?: boolean
s3RegionName: string
startBlockHeight: number

Generated using TypeDoc