Class DataLakeFileOutputStreamOptions
java.lang.Object
com.azure.storage.file.datalake.options.DataLakeFileOutputStreamOptions
Extended options that may be passed when opening an output stream to a file.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTags()setAccessTier(AccessTier tier) setHeaders(PathHttpHeaders headers) setMetadata(Map<String, String> metadata) setParallelTransferOptions(ParallelTransferOptions parallelTransferOptions) setRequestConditions(DataLakeRequestConditions requestConditions)
-
Constructor Details
-
DataLakeFileOutputStreamOptions
public DataLakeFileOutputStreamOptions()
-
-
Method Details
-
getParallelTransferOptions
- Returns:
ParallelTransferOptions
-
setParallelTransferOptions
public DataLakeFileOutputStreamOptions setParallelTransferOptions(ParallelTransferOptions parallelTransferOptions) - Parameters:
parallelTransferOptions-ParallelTransferOptions- Returns:
- The updated options.
-
getHeaders
- Returns:
PathHttpHeaders
-
setHeaders
- Parameters:
headers-PathHttpHeaders- Returns:
- The updated options.
-
getMetadata
- Returns:
- The metadata to associate with the file.
-
setMetadata
- Parameters:
metadata- The metadata to associate with the file.- Returns:
- The updated options
-
getTags
- Returns:
- The tags to associate with the file.
-
setTags
- Parameters:
tags- The tags to associate with the file.- Returns:
- The updated options.
-
getAccessTier
- Returns:
AccessTier
-
setAccessTier
- Parameters:
tier-AccessTier- Returns:
- The updated options.
-
getRequestConditions
- Returns:
DataLakeRequestConditions
-
setRequestConditions
public DataLakeFileOutputStreamOptions setRequestConditions(DataLakeRequestConditions requestConditions) - Parameters:
requestConditions-DataLakeRequestConditions- Returns:
- The updated options.
-