[API Review] Auto-gen layer queue
See original GitHub issue-
CorsRule
getMaxAgeInSeconds()why not milliseconds and return long -
Should these classes (e.g. EqueuedMessage) be made immutable? Remove setter and final member data.
-
Rename Logging to LogData?
-
isIncludeAPIs() in Metrics return boolean instead of Boolean
-
setNamein QueueItem rename tosetQueueName -
QueueMessage class is not used anywhere, so moved to implementation.
-
getMaxResults()in QueueItem return int instead of Integer? -
Extract StorageException to common module.
-
setLoggingin StorageServiceProperties whether can make it clear to differentiate from client-side logging. -
The necessity of
StorageServiceStatsas it only has one property field in class.
Reference: https://apiview.azurewebsites.net/Assemblies/Review/2cefcabd89fe4b008f29c7300ba1c3c2
Issue Analytics
- State:
- Created 4 years ago
- Comments:11 (11 by maintainers)

Top Related StackOverflow Question
Regarding: CorsRule getMaxAgeInSeconds() why not milliseconds and return long
and
Regarding: The necessity of StorageServiceStats as it only has one property field in class.
Refers Rick’s response, there are no action item for SDK.
Regarding: setLogging in StorageServiceProperties whether can make it clear to differentiate from client-side logging.
This will be implicitly addressed once we decide on this.