Package | Description |
---|---|
com.microsoft.azure.storage.blob |
This package contains the storage service blob classes.
|
Modifier and Type | Method and Description |
---|---|
BlobProperties |
CloudBlob.getProperties()
Returns the blob's properties.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CloudBlob.setProperties(BlobProperties properties)
Sets the properties for the blob.
|
Constructor and Description |
---|
BlobProperties(BlobProperties other)
Creates an instance of the
BlobProperties class by copying values from another instance of the
BlobProperties class. |
Copyright © 2019. All rights reserved.