File.prototype.nextInBucket()

Return a file’s next sibling within the same bucket.

Syntax

file.nextInBucket() File file.nextInBucket() null

Description

Return a file’s next sibling within the same bucket. If it doesn’t exist, null is returned.

Examples

Example when next sibling exists within the same bucket.

Example when next sibling does not exist within the same bucket.