Uses of Class
com.azure.storage.file.datalake.options.DataLakeFileFlushOptions
Packages that use DataLakeFileFlushOptions
Package
Description
Package containing the class required for DataLakeStorageClient.
Package containing options model classes used by Azure Storage File Datalake.
-
Uses of DataLakeFileFlushOptions in com.azure.storage.file.datalake
Methods in com.azure.storage.file.datalake with parameters of type DataLakeFileFlushOptionsModifier and TypeMethodDescriptionDataLakeFileAsyncClient.flushWithResponse(long position, DataLakeFileFlushOptions flushOptions) Flushes (writes) data previously appended to the file through a call to append.com.azure.core.http.rest.Response<PathInfo>DataLakeFileClient.flushWithResponse(long position, DataLakeFileFlushOptions flushOptions, Duration timeout, com.azure.core.util.Context context) Flushes (writes) data previously appended to the file through a call to append. -
Uses of DataLakeFileFlushOptions in com.azure.storage.file.datalake.options
Methods in com.azure.storage.file.datalake.options that return DataLakeFileFlushOptionsModifier and TypeMethodDescriptionSets whether file stream has been closed.DataLakeFileFlushOptions.setLeaseAction(LeaseAction leaseAction) Get lease action set on file.DataLakeFileFlushOptions.setLeaseDuration(Integer leaseDurationInSeconds) Sets the lease duration.DataLakeFileFlushOptions.setPathHttpHeaders(PathHttpHeaders pathHttpHeaders) Optional standard HTTP header properties that can be set for the file.DataLakeFileFlushOptions.setProposedLeaseId(String proposedLeaseId) Sets the proposed lease id.DataLakeFileFlushOptions.setRequestConditions(DataLakeRequestConditions requestConditions) OptionalDataLakeRequestConditionsconditions to add on the flush of this file.DataLakeFileFlushOptions.setUncommittedDataRetained(Boolean retainUncommittedData) Sets whether uncommitted data should be retained.