diff --git a/sdk/storage/azure-storage-common/inc/azure/storage/common/reliable_stream.hpp b/sdk/storage/azure-storage-common/inc/azure/storage/common/reliable_stream.hpp index 9fe2a23f1..3710d7cd5 100644 --- a/sdk/storage/azure-storage-common/inc/azure/storage/common/reliable_stream.hpp +++ b/sdk/storage/azure-storage-common/inc/azure/storage/common/reliable_stream.hpp @@ -14,7 +14,7 @@ namespace Azure { namespace Storage { namespace _internal { struct ReliableStreamOptions final { // configures the maximun retries to be done. - int64_t MaxRetryRequests; + int32_t MaxRetryRequests; }; /**