Package version:

The storage profile

interface FlinkStorageProfile {
    storageUri: string;
    storagekey?: string;
}

Properties

storageUri: string

Storage account uri which is used for savepoint and checkpoint state.

storagekey?: string

Storage key is only required for wasb(s) storage.