DataLakeFileOutputStreamOptions Class
- java.
lang. Object - com.
azure. storage. file. datalake. options. DataLakeFileOutputStreamOptions
- com.
public class DataLakeFileOutputStreamOptions
Extended options that may be passed when opening an output stream to a file.
Constructor Summary
Constructor | Description |
---|---|
DataLakeFileOutputStreamOptions() |
Creates a new instance of DataLakeFileOutputStreamOptions. |
Method Summary
Methods inherited from java.lang.Object
Constructor Details
DataLakeFileOutputStreamOptions
public DataLakeFileOutputStreamOptions()
Creates a new instance of DataLakeFileOutputStreamOptions.
Method Details
getAccessTier
getHeaders
getMetadata
public Map
Gets the metadata to associate with the file.
Returns:
getParallelTransferOptions
public ParallelTransferOptions getParallelTransferOptions()
Gets the ParallelTransferOptions.
Returns:
getRequestConditions
public DataLakeRequestConditions getRequestConditions()
Gets the DataLakeRequestConditions.
Returns:
getTags
public Map
Gets the tags to associate with the file.
Returns:
setAccessTier
public DataLakeFileOutputStreamOptions setAccessTier(AccessTier tier)
Sets the AccessTier.
Parameters:
Returns:
setHeaders
public DataLakeFileOutputStreamOptions setHeaders(PathHttpHeaders headers)
Sets the PathHttpHeaders.
Parameters:
Returns:
setMetadata
public DataLakeFileOutputStreamOptions setMetadata(Map
Sets the metadata to associate with the file.
Parameters:
Returns:
setParallelTransferOptions
public DataLakeFileOutputStreamOptions setParallelTransferOptions(ParallelTransferOptions parallelTransferOptions)
Sets the ParallelTransferOptions.
Parameters:
Returns:
setRequestConditions
public DataLakeFileOutputStreamOptions setRequestConditions(DataLakeRequestConditions requestConditions)
Sets the DataLakeRequestConditions.
Parameters:
Returns:
setTags
public DataLakeFileOutputStreamOptions setTags(Map
Sets the tags to associate with the file.
Parameters:
Returns:
Applies to
Azure SDK for Java