azure-docs-sdk-java/docs-ref-autogen/com.azure.storage.blob.opti...

116 строки
9.3 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.storage.blob.options.BlobInputStreamOptions"
fullName: "com.azure.storage.blob.options.BlobInputStreamOptions"
name: "BlobInputStreamOptions"
nameWithType: "BlobInputStreamOptions"
summary: "Extended options that may be passed when opening a blob input stream."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public class **BlobInputStreamOptions**"
constructors:
- uid: "com.azure.storage.blob.options.BlobInputStreamOptions.BlobInputStreamOptions()"
fullName: "com.azure.storage.blob.options.BlobInputStreamOptions.BlobInputStreamOptions()"
name: "BlobInputStreamOptions()"
nameWithType: "BlobInputStreamOptions.BlobInputStreamOptions()"
syntax: "public BlobInputStreamOptions()"
methods:
- uid: "com.azure.storage.blob.options.BlobInputStreamOptions.getBlockSize()"
fullName: "com.azure.storage.blob.options.BlobInputStreamOptions.getBlockSize()"
name: "getBlockSize()"
nameWithType: "BlobInputStreamOptions.getBlockSize()"
syntax: "public Integer getBlockSize()"
returns:
description: "The size of each data chunk returned from the service. If block size is large, input stream will make\n fewer network calls, but each individual call will send more data and will therefore take longer.\n The default value is 4 MB."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.storage.blob.options.BlobInputStreamOptions.getConsistentReadControl()"
fullName: "com.azure.storage.blob.options.BlobInputStreamOptions.getConsistentReadControl()"
name: "getConsistentReadControl()"
nameWithType: "BlobInputStreamOptions.getConsistentReadControl()"
syntax: "public ConsistentReadControl getConsistentReadControl()"
returns:
description: "<xref uid=\"com.azure.storage.blob.models.ConsistentReadControl\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ConsistentReadControl\"></xref> Default is E-Tag."
type: "<xref href=\"com.azure.storage.blob.models.ConsistentReadControl?alt=com.azure.storage.blob.models.ConsistentReadControl&text=ConsistentReadControl\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.options.BlobInputStreamOptions.getRange()"
fullName: "com.azure.storage.blob.options.BlobInputStreamOptions.getRange()"
name: "getRange()"
nameWithType: "BlobInputStreamOptions.getRange()"
syntax: "public BlobRange getRange()"
returns:
description: "<xref uid=\"com.azure.storage.blob.models.BlobRange\" data-throw-if-not-resolved=\"false\" data-raw-source=\"BlobRange\"></xref>"
type: "<xref href=\"com.azure.storage.blob.models.BlobRange?alt=com.azure.storage.blob.models.BlobRange&text=BlobRange\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.options.BlobInputStreamOptions.getRequestConditions()"
fullName: "com.azure.storage.blob.options.BlobInputStreamOptions.getRequestConditions()"
name: "getRequestConditions()"
nameWithType: "BlobInputStreamOptions.getRequestConditions()"
syntax: "public BlobRequestConditions getRequestConditions()"
returns:
description: "<xref uid=\"com.azure.storage.blob.models.BlobRequestConditions\" data-throw-if-not-resolved=\"false\" data-raw-source=\"BlobRequestConditions\"></xref>"
type: "<xref href=\"com.azure.storage.blob.models.BlobRequestConditions?alt=com.azure.storage.blob.models.BlobRequestConditions&text=BlobRequestConditions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.options.BlobInputStreamOptions.setBlockSize(java.lang.Integer)"
fullName: "com.azure.storage.blob.options.BlobInputStreamOptions.setBlockSize(Integer blockSize)"
name: "setBlockSize(Integer blockSize)"
nameWithType: "BlobInputStreamOptions.setBlockSize(Integer blockSize)"
parameters:
- description: "The size of each data chunk returned from the service. If block size is large, input stream\n will make fewer network calls, but each individual call will send more data and will therefore take longer.\n The default value is 4 MB."
name: "blockSize"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public BlobInputStreamOptions setBlockSize(Integer blockSize)"
returns:
description: "The updated options."
type: "<xref href=\"com.azure.storage.blob.options.BlobInputStreamOptions?alt=com.azure.storage.blob.options.BlobInputStreamOptions&text=BlobInputStreamOptions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.options.BlobInputStreamOptions.setConsistentReadControl(com.azure.storage.blob.models.ConsistentReadControl)"
fullName: "com.azure.storage.blob.options.BlobInputStreamOptions.setConsistentReadControl(ConsistentReadControl consistentReadControl)"
name: "setConsistentReadControl(ConsistentReadControl consistentReadControl)"
nameWithType: "BlobInputStreamOptions.setConsistentReadControl(ConsistentReadControl consistentReadControl)"
parameters:
- description: "<xref uid=\"com.azure.storage.blob.models.ConsistentReadControl\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ConsistentReadControl\"></xref> Default is E-Tag."
name: "consistentReadControl"
type: "<xref href=\"com.azure.storage.blob.models.ConsistentReadControl?alt=com.azure.storage.blob.models.ConsistentReadControl&text=ConsistentReadControl\" data-throw-if-not-resolved=\"False\" />"
syntax: "public BlobInputStreamOptions setConsistentReadControl(ConsistentReadControl consistentReadControl)"
returns:
description: "The updated options."
type: "<xref href=\"com.azure.storage.blob.options.BlobInputStreamOptions?alt=com.azure.storage.blob.options.BlobInputStreamOptions&text=BlobInputStreamOptions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.options.BlobInputStreamOptions.setRange(com.azure.storage.blob.models.BlobRange)"
fullName: "com.azure.storage.blob.options.BlobInputStreamOptions.setRange(BlobRange range)"
name: "setRange(BlobRange range)"
nameWithType: "BlobInputStreamOptions.setRange(BlobRange range)"
parameters:
- description: "<xref uid=\"com.azure.storage.blob.models.BlobRange\" data-throw-if-not-resolved=\"false\" data-raw-source=\"BlobRange\"></xref>"
name: "range"
type: "<xref href=\"com.azure.storage.blob.models.BlobRange?alt=com.azure.storage.blob.models.BlobRange&text=BlobRange\" data-throw-if-not-resolved=\"False\" />"
syntax: "public BlobInputStreamOptions setRange(BlobRange range)"
returns:
description: "The updated options."
type: "<xref href=\"com.azure.storage.blob.options.BlobInputStreamOptions?alt=com.azure.storage.blob.options.BlobInputStreamOptions&text=BlobInputStreamOptions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.options.BlobInputStreamOptions.setRequestConditions(com.azure.storage.blob.models.BlobRequestConditions)"
fullName: "com.azure.storage.blob.options.BlobInputStreamOptions.setRequestConditions(BlobRequestConditions requestConditions)"
name: "setRequestConditions(BlobRequestConditions requestConditions)"
nameWithType: "BlobInputStreamOptions.setRequestConditions(BlobRequestConditions requestConditions)"
parameters:
- description: "<xref uid=\"com.azure.storage.blob.models.BlobRequestConditions\" data-throw-if-not-resolved=\"false\" data-raw-source=\"BlobRequestConditions\"></xref>"
name: "requestConditions"
type: "<xref href=\"com.azure.storage.blob.models.BlobRequestConditions?alt=com.azure.storage.blob.models.BlobRequestConditions&text=BlobRequestConditions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public BlobInputStreamOptions setRequestConditions(BlobRequestConditions requestConditions)"
returns:
description: "The updated options."
type: "<xref href=\"com.azure.storage.blob.options.BlobInputStreamOptions?alt=com.azure.storage.blob.options.BlobInputStreamOptions&text=BlobInputStreamOptions\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Extended options that may be passed when opening a blob input stream."
metadata: {}
package: "com.azure.storage.blob.options"
artifact: com.azure:azure-storage-blob:12.27.1