Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 506 Bytes

GenericBucket_bucketInfo.md

File metadata and controls

11 lines (8 loc) · 506 Bytes

GenericBucketBucketInfo

Properties

Name Type Description Notes
start string The start of range [optional] [default to null]
startInclusive boolean Includes values greater or equal to "start" [optional] [default to null]
end string The end of range [optional] [default to null]
endInclusive boolean Includes values less than or equal to "end" [optional] [default to null]