Send feedback
Class BucketInfo.NumNewerVersionsDeleteRule (2.1.10)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.1.10 keyboard_arrow_down
public static class BucketInfo . NumNewerVersionsDeleteRule extends BucketInfo . DeleteRule
(deprecated) Use a LifecycleRule
with a DeleteLifecycleAction
and a condition
LifecycleCondition.Builder.setNumberOfNewerVersions
instead.
Delete rule class for versioned blobs. Specifies when to delete a blob's version according to
the number of available newer versions for that blob.
Constructors
NumNewerVersionsDeleteRule(int numNewerVersions) (deprecated)
public NumNewerVersionsDeleteRule ( int numNewerVersions )
Creates an NumNewerVersionsDeleteRule
object.
Parameter
Name
Description
numNewerVersions
int
the number of newer versions. A blob's version meets the delete
condition when numNewerVersions
newer versions are available.
Methods
getNumNewerVersions() (deprecated)
public int getNumNewerVersions ()
Returns
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-01 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-01 UTC."],[],[]]