| Package | Description |
|---|---|
| com.aliyun.oss.model |
| Modifier and Type | Method and Description |
|---|---|
InventoryFilter |
InventoryConfiguration.getInventoryFilter()
Gets the inventoryFilter used to describe a set of objects
to include in inventory results.
|
InventoryFilter |
InventoryFilter.withLastModifyBeginTimeStamp(Long lastModifyBeginTimeStamp)
Specifies the the start timestamp for data to use when evaluating an inventory filter.
|
InventoryFilter |
InventoryFilter.withLastModifyEndTimeStamp(Long lastModifyEndTimeStamp)
Specifies the end timestamp of data to use when evaluating an inventory filter.
|
InventoryFilter |
InventoryFilter.withLowerSizeBound(Long lowerSizeBound)
Specifies the minimum size of filter file size to use when evaluating an inventory filter.
|
InventoryFilter |
InventoryFilter.withPrefix(String prefix)
Specifies the prefix to use when evaluating an inventory filter.
|
InventoryFilter |
InventoryFilter.withStorageClass(String storageClass)
Specifies the storage types to use when evaluating an inventory filter.
|
InventoryFilter |
InventoryFilter.withUpperSizeBound(Long upperSizeBound)
Specifies the maximum size of filter file size to use when evaluating an inventory filter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InventoryConfiguration.setInventoryFilter(InventoryFilter inventoryFilter)
Sets the inventoryFilter used to describe a set of objects
to include in inventory results.
|
InventoryConfiguration |
InventoryConfiguration.withFilter(InventoryFilter inventoryFilter)
Sets the inventoryFilter used to describe a set of objects
to include in inventory results.
|
Copyright © 2023. All Rights Reserved.