class documentation

class LifecycleAccessFilter__Condition__Method(Enum): (source)

View In Hierarchy

Undocumented

Constant __PROTO_DESCRIPTOR__ Protobuf enum descriptor from the registry.
Constant __PROTO_FULL_NAME__ Fully qualified protobuf enum name.
Constant COPY_OBJECT Copy object method reads the source object. We account for those operations as source object accesses when calculating days_since_last_access for source object.
Constant GET_OBJECT Undocumented
Constant GET_OBJECT_TAGGING Undocumented
Constant HEAD_OBJECT Undocumented
Constant METHOD_UNSPECIFIED Undocumented
Constant UPLOAD_PART_COPY Upload part copy method reads the source object. We account for those operations as source object accesses when calculating days_since_last_access for source object.

Inherited from Enum:

Class Method get_descriptor Return the protobuf EnumDescriptor for this enum.
Constant __PB2_DESCRIPTOR__ Alias for code that expects a protobuf descriptor.
Constant __REGISTRY__ Registry for the enum and its descriptor.
Class Method _missing_ Represent unknown open-enum numbers without losing their value.
__PROTO_DESCRIPTOR__ = (source)

Protobuf enum descriptor from the registry.

Value
REGISTRY.enum_descriptor('nebius.storage.v1.LifecycleAccessFilter.Condition.Meth
od')
__PROTO_FULL_NAME__: str = (source)

Fully qualified protobuf enum name.

Value
'nebius.storage.v1.LifecycleAccessFilter.Condition.Method'
COPY_OBJECT: int = (source)

Copy object method reads the source object. We account for those operations as source object accesses when calculating days_since_last_access for source object.

Value
4
GET_OBJECT: int = (source)

Undocumented

Value
1
GET_OBJECT_TAGGING: int = (source)

Undocumented

Value
3
HEAD_OBJECT: int = (source)

Undocumented

Value
2
METHOD_UNSPECIFIED: int = (source)

Undocumented

Value
0
UPLOAD_PART_COPY: int = (source)

Upload part copy method reads the source object. We account for those operations as source object accesses when calculating days_since_last_access for source object.

Value
5