Skip to content

BlobProperties's SequenceNumber property should be nullable #75

Description

@jcookems

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions