question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[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

  • setName in QueueItem rename to setQueueName

  • QueueMessage class is not used anywhere, so moved to implementation.

  • getMaxResults() in QueueItem return int instead of Integer?

  • Extract StorageException to common module.

  • setLogging in StorageServiceProperties whether can make it clear to differentiate from client-side logging.

  • The necessity of StorageServiceStats as it only has one property field in class.

Reference: https://apiview.azurewebsites.net/Assemblies/Review/2cefcabd89fe4b008f29c7300ba1c3c2

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:11 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
sima-zhucommented, Oct 15, 2019

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.

Update: Oct/15: This is no action, see above comments

1reaction
sima-zhucommented, Oct 15, 2019

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.

Update: Oct/15: Resolved in the PR https://github.com/Azure/azure-sdk-for-java/pull/5868

Read more comments on GitHub >

github_iconTop Results From Across the Web

[API review] Auto-gen code for file · Issue #5677 - GitHub
Sounds good; I think this is a swagger question; I think this is useful to disambiguate with azure file properties, etc.
Read more >
[API Review] PriorityQueue APIs - Collections - Swift Forums
Priority queues are useful data structures that can be leveraged across a variety of applications (sorting algorithms, graph algorithms, network ...
Read more >
Integrate REST API with the API Mediation Layer - TechDocs
The API Mediation Layer for z/OS consolidates mainframe RESTful API services at a single secure point of access, including the REST API.
Read more >
Navigation | Relativity Review API
In the Review Interface, queues represent an ordered list of items that users can navigate through in the document viewer. This queue is...
Read more >
PurgeQueue - Amazon Simple Queue Service
Deletes the messages in a queue specified by the QueueURL parameter. ... The structure of AUTHPARAMS depends on the signature of the API...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found