adls.fileinputstream.length: Returns the length of the file that this stream refers to....

Description Usage Arguments Details Value See Also

Description

Returns the length of the file that this stream refers to. Note that the length returned is the length as of the time the Stream was opened. Specifically, if there have been subsequent appends to the file, they wont be reflected in the returned length.

Usage

1
adls.fileinputstream.length(adlFileInputStream)

Arguments

adlFileInputStream

adlFileInputStream of the file

Details

Exceptions - IOException if the stream is closed

Value

length of the file.

See Also

Other Azure Data Lake Store functions: adls.append.core, adls.append.direct, adls.append, adls.concat, adls.create, adls.delete, adls.file.info, adls.fileinputstream.available, adls.fileinputstream.close, adls.fileinputstream.create, adls.fileinputstream.getpos, adls.fileinputstream.readfromservice, adls.fileinputstream.readfully, adls.fileinputstream.read, adls.fileinputstream.seek, adls.fileinputstream.skip, adls.fileoutputstream.close, adls.fileoutputstream.create, adls.fileoutputstream.flush, adls.fileoutputstream.write, adls.ls, adls.mkdir, adls.read.core, adls.read.direct, adls.read, adls.rename, createAdlExponentialBackoffRetryPolicy, createAdlNonIdempotentRetryPolicy, createAdlRetryPolicy, shouldRetry.adlExponentialBackoffRetryPolicy, shouldRetry.adlNonIdempotentRetryPolicy, shouldRetry


Microsoft/AzureSMR documentation built on July 7, 2019, 11:25 p.m.