public interface WritableBlobContainerContract extends com.microsoft.windowsazure.core.pipeline.jersey.JerseyFilterableService<WritableBlobContainerContract>
| Modifier and Type | Method and Description |
|---|---|
void |
commitBlobBlocks(String blob,
BlockList blockList)
Commit blob blocks.
|
void |
commitBlobBlocks(String blob,
BlockList blockList,
CommitBlobBlocksOptions options)
Commit blob blocks.
|
void |
createBlobBlock(String blob,
String blockId,
InputStream contentStream)
Creates the blob block.
|
void |
createBlobBlock(String blob,
String blockId,
InputStream contentStream,
CreateBlobBlockOptions options)
Creates the blob block.
|
CreateBlobResult |
createBlockBlob(String blob,
InputStream contentStream)
Creates the block blob.
|
CreateBlobResult |
createBlockBlob(String blob,
InputStream contentStream,
CreateBlobOptions options)
Creates the block blob.
|
CreateBlobResult createBlockBlob(String blob, InputStream contentStream) throws com.microsoft.windowsazure.exception.ServiceException
blob - the blobcontentStream - the content streamcom.microsoft.windowsazure.exception.ServiceException - the service exceptionCreateBlobResult createBlockBlob(String blob, InputStream contentStream, CreateBlobOptions options) throws com.microsoft.windowsazure.exception.ServiceException
blob - the blobcontentStream - the content streamoptions - the optionscom.microsoft.windowsazure.exception.ServiceException - the service exceptionvoid createBlobBlock(String blob, String blockId, InputStream contentStream) throws com.microsoft.windowsazure.exception.ServiceException
blob - the blobblockId - the block idcontentStream - the content streamcom.microsoft.windowsazure.exception.ServiceException - the service exceptionvoid createBlobBlock(String blob, String blockId, InputStream contentStream, CreateBlobBlockOptions options) throws com.microsoft.windowsazure.exception.ServiceException
blob - the blobblockId - the block idcontentStream - the content streamoptions - the optionscom.microsoft.windowsazure.exception.ServiceException - the service exceptionvoid commitBlobBlocks(String blob, BlockList blockList) throws com.microsoft.windowsazure.exception.ServiceException
blob - the blobblockList - the block listcom.microsoft.windowsazure.exception.ServiceException - the service exceptionvoid commitBlobBlocks(String blob, BlockList blockList, CommitBlobBlocksOptions options) throws com.microsoft.windowsazure.exception.ServiceException
blob - the blobblockList - the block listoptions - the optionscom.microsoft.windowsazure.exception.ServiceException - the service exception/**
* Copyright Microsoft Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/