Tabnine Logo
BlockBlobURL.getBlockList
Code IndexAdd Tabnine to your IDE (free)

How to use
getBlockList
method
in
com.microsoft.azure.storage.blob.BlockBlobURL

Best Java code snippets using com.microsoft.azure.storage.blob.BlockBlobURL.getBlockList (Showing top 2 results out of 315)

origin: Azure/azure-storage-java

/**
 * Returns the list of blocks that have been uploaded as part of a block blob using the specified block list filter.
 * For more information, see the
 * <a href="https://docs.microsoft.com/rest/api/storageservices/get-block-list">Azure Docs</a>.
 *
 * @param listType
 *         Specifies which type of blocks to return.
 *
 * @return Emits the successful response.
 *
 * @apiNote ## Sample Code \n
 * [!code-java[Sample_Code](../azure-storage-java/src/test/java/com/microsoft/azure/storage/Samples.java?name=blocks "Sample code for BlockBlobURL.getBlockList")] \n
 * For more samples, please see the [Samples file](%https://github.com/Azure/azure-storage-java/blob/master/src/test/java/com/microsoft/azure/storage/Samples.java)
 */
public Single<BlockBlobGetBlockListResponse> getBlockList(BlockListType listType) {
  return this.getBlockList(listType, null, null);
}
origin: com.microsoft.azure/azure-storage-blob

/**
 * Returns the list of blocks that have been uploaded as part of a block blob using the specified block list filter.
 * For more information, see the
 * <a href="https://docs.microsoft.com/rest/api/storageservices/get-block-list">Azure Docs</a>.
 *
 * @param listType
 *         Specifies which type of blocks to return.
 *
 * @return Emits the successful response.
 *
 * @apiNote ## Sample Code \n
 * [!code-java[Sample_Code](../azure-storage-java/src/test/java/com/microsoft/azure/storage/Samples.java?name=blocks "Sample code for BlockBlobURL.getBlockList")] \n
 * For more samples, please see the [Samples file](%https://github.com/Azure/azure-storage-java/blob/master/src/test/java/com/microsoft/azure/storage/Samples.java)
 */
public Single<BlockBlobGetBlockListResponse> getBlockList(BlockListType listType) {
  return this.getBlockList(listType, null, null);
}
com.microsoft.azure.storage.blobBlockBlobURLgetBlockList

Javadoc

Returns the list of blocks that have been uploaded as part of a block blob using the specified block list filter. For more information, see the Azure Docs.

Popular methods of BlockBlobURL

  • <init>
    Creates a BlockBlobURL object pointing to the account specified by the URL and using the provided pi
  • commitBlockList
    Writes a blob by specifying the list of block IDs that are to make up the blob. In order to be writt
  • delete
  • download
  • stageBlock
    Uploads the specified block to the block blob's "staging area" to be later committed by a call to co
  • stageBlockFromURL
    Creates a new block to be committed as part of a blob where the contents are read from a URL. For mo
  • toURL
  • upload
    Creates a new block blob, or updates the content of an existing block blob. Updating an existing blo

Popular in Java

  • Start an intent from android
  • getApplicationContext (Context)
  • getExternalFilesDir (Context)
  • scheduleAtFixedRate (Timer)
  • Component (java.awt)
    A component is an object having a graphical representation that can be displayed on the screen and t
  • IOException (java.io)
    Signals a general, I/O-related error. Error details may be specified when calling the constructor, a
  • URL (java.net)
    A Uniform Resource Locator that identifies the location of an Internet resource as specified by RFC
  • HttpServletRequest (javax.servlet.http)
    Extends the javax.servlet.ServletRequest interface to provide request information for HTTP servlets.
  • JPanel (javax.swing)
  • IOUtils (org.apache.commons.io)
    General IO stream manipulation utilities. This class provides static utility methods for input/outpu
  • Best plugins for Eclipse
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now