> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/aistore/llms.txt.
> For full documentation content, see https://docs.nvidia.com/aistore/llms-full.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/aistore/_mcp/server.

# aistore.sdk.list_object_flag

## Module Contents

### Classes

| Name                                                             | Description                                         |
| ---------------------------------------------------------------- | --------------------------------------------------- |
| [`ListObjectFlag`](#aistore-sdk-list_object_flag-ListObjectFlag) | Bit-position flags for listing objects in a bucket. |

### API

```python
class aistore.sdk.list_object_flag.ListObjectFlag
```

**Bases:** `enum.Enum`

Bit-position flags for listing objects in a bucket.

Each value is a bit position (not a bitmask). Use `join_flags()` to combine
multiple flags into a single bitmask integer.

Must stay in sync with Go: `api/apc/lsmsg.go` (`LsCached`, `LsMissing`, ...).