isBatchAppendSupported method

bool isBatchAppendSupported()

Check if EventStoreClientSetting.BatchAppend is supported by EventStoreClientSettings.apiVersion in current settings.

Implementation

bool isBatchAppendSupported() => isFeatureSupported(ApiFeature.BatchAppend);