Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BlobProperties's SequenceNumber property should be nullable #75

Closed
jcookems opened this issue May 17, 2012 · 0 comments
Closed

BlobProperties's SequenceNumber property should be nullable #75

jcookems opened this issue May 17, 2012 · 0 comments
Milestone

Comments

@jcookems
Copy link
Contributor

From: http://msdn.microsoft.com/en-us/library/windowsazure/dd179394

x-ms-blob-sequence-number: The current sequence number for a page blob. This header is not returned for block blobs.

Currently the type of the BlobProperties SequenceNumber property is long, so when using getBlobProperties, the user will get a value of 0 for this property. It should be Long (like it already is for the SetBlobPropertiesResult class)

joostdenijs pushed a commit to joostdenijs/azure-sdk-for-java that referenced this issue Jan 18, 2013
joostdenijs pushed a commit to joostdenijs/azure-sdk-for-java that referenced this issue Jan 18, 2013
entity link operation policheck issue.
@gcheng gcheng closed this as completed Jun 24, 2014
jianghaolu pushed a commit to jianghaolu/azure-sdk-for-java that referenced this issue Apr 5, 2017
jianghaolu pushed a commit to jianghaolu/azure-sdk-for-java that referenced this issue Apr 5, 2017
entity link operation policheck issue.
lenala pushed a commit to lenala/azure-sdk-for-java that referenced this issue Dec 18, 2018
g2vinay pushed a commit to g2vinay/azure-sdk-for-java that referenced this issue Mar 4, 2019
g2vinay pushed a commit to g2vinay/azure-sdk-for-java that referenced this issue May 30, 2019
navalev pushed a commit to navalev/azure-sdk-for-java that referenced this issue Dec 24, 2019
* async canMergeStaticallyTypedDocuments

* canMergeStaticallyTypedDocuments sync

* add canMergeStaticallyTypedDocuments.json

* Refactor to base. Change explicit null setting to leaving the fields out

* static working

* update all json in indexing tests

* fix merge conflict in json
@github-actions github-actions bot locked and limited conversation to collaborators Apr 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants