# GetLibrarySectionsAllPart ## Fields | Field | Type | Required | Description | Example | | ------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------ | | `accessible` | *?bool* | :heavy_minus_sign: | Indicates if the part is accessible. | true | | `exists` | *?bool* | :heavy_minus_sign: | Indicates if the part exists. | true | | `id` | *int* | :heavy_check_mark: | Unique part identifier. | 418385 | | `key` | *string* | :heavy_check_mark: | Key to access this part. | /library/parts/418385/1735864239/file.mkv | | `indexes` | *?string* | :heavy_minus_sign: | N/A | sd | | `duration` | *?int* | :heavy_minus_sign: | Duration of the part in milliseconds. | 9610350 | | `file` | *string* | :heavy_check_mark: | File path for the part. | /mnt/Movies_1/W/Wicked (2024).mkv | | `size` | *int* | :heavy_check_mark: | File size in bytes. | 30649952104 | | `packetLength` | *?int* | :heavy_minus_sign: | N/A | 188 | | `container` | *?string* | :heavy_minus_sign: | Container format of the part. | mkv | | `videoProfile` | *?string* | :heavy_minus_sign: | Video profile for the part. | main 10 | | `audioProfile` | *?string* | :heavy_minus_sign: | The audio profile used for the media (e.g., DTS, Dolby Digital, etc.). | dts | | `has64bitOffsets` | *?bool* | :heavy_minus_sign: | N/A | false | | `optimizedForStreaming` | [Operations\GetLibrarySectionsAllOptimizedForStreaming1\|bool\|null](../../Models/Operations/GetLibrarySectionsAllLibraryOptimizedForStreaming.md) | :heavy_minus_sign: | Has this media been optimized for streaming. NOTE: This can be 0, 1, false or true | | | `hasThumbnail` | [?Operations\GetLibrarySectionsAllHasThumbnail](../../Models/Operations/GetLibrarySectionsAllHasThumbnail.md) | :heavy_minus_sign: | N/A | 1 | | `stream` | array<[Operations\GetLibrarySectionsAllStream](../../Models/Operations/GetLibrarySectionsAllStream.md)> | :heavy_minus_sign: | An array of streams for this part. | |