Uses of Class
com.azure.storage.file.datalake.options.DataLakeFileAppendOptions
Packages that use DataLakeFileAppendOptions
Package
Description
Package containing the class required for DataLakeStorageClient.
Package containing options model classes used by Azure Storage File Datalake.
-
Uses of DataLakeFileAppendOptions in com.azure.storage.file.datalake
Methods in com.azure.storage.file.datalake with parameters of type DataLakeFileAppendOptionsModifier and TypeMethodDescriptionDataLakeFileAsyncClient.appendWithResponse
(com.azure.core.util.BinaryData data, long fileOffset, DataLakeFileAppendOptions appendOptions) Appends data to the specified resource to later be flushed (written) by a call to flushDataLakeFileAsyncClient.appendWithResponse
(Flux<ByteBuffer> data, long fileOffset, long length, DataLakeFileAppendOptions appendOptions) Appends data to the specified resource to later be flushed (written) by a call to flushcom.azure.core.http.rest.Response
<Void> DataLakeFileClient.appendWithResponse
(com.azure.core.util.BinaryData data, long fileOffset, DataLakeFileAppendOptions appendOptions, Duration timeout, com.azure.core.util.Context context) Appends data to the specified resource to later be flushed (written) by a call to flushcom.azure.core.http.rest.Response
<Void> DataLakeFileClient.appendWithResponse
(InputStream data, long fileOffset, long length, DataLakeFileAppendOptions appendOptions, Duration timeout, com.azure.core.util.Context context) Appends data to the specified resource to later be flushed (written) by a call to flush -
Uses of DataLakeFileAppendOptions in com.azure.storage.file.datalake.options
Methods in com.azure.storage.file.datalake.options that return DataLakeFileAppendOptionsModifier and TypeMethodDescriptionDataLakeFileAppendOptions.setContentHash
(byte[] contentMd5) This hash is used to verify the integrity of the request content during transport.If true, the file will be flushed after the append.DataLakeFileAppendOptions.setLeaseAction
(LeaseAction leaseAction) Get lease action set on file.DataLakeFileAppendOptions.setLeaseDuration
(Integer leaseDurationInSeconds) Optional.DataLakeFileAppendOptions.setLeaseId
(String leaseId) Sets the lease ID.DataLakeFileAppendOptions.setProposedLeaseId
(String proposedLeaseId) Sets the proposed lease id.