Interface B2FileRetentionMode
-
public interface B2FileRetentionMode
B2FileRetentionMode provides constants for a bucket's default retention mode
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
COMPLIANCE
static java.lang.String
GOVERNANCE
-
-
-
Field Detail
-
COMPLIANCE
static final java.lang.String COMPLIANCE
- See Also:
- Constant Field Values
-
GOVERNANCE
static final java.lang.String GOVERNANCE
- See Also:
- Constant Field Values
-
-