> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# IDStorageFactoryX1

> IDStorageFactoryX1

# IDStorageFactoryX1

静的な DirectStorage ファクトリー オブジェクトを表します。
[IDStorageFactoryX](/reference/system/dstorage/interfaces/IDStorageFactoryX/idstoragefactoryx) インターフェイスを拡張します。

## 構文

```cpp theme={null}
class IDStorageFactoryX1 : public IDStorageFactoryX  
```

## メソッド

| メソッド                                                                                                     | 説明                         |
| -------------------------------------------------------------------------------------------------------- | -------------------------- |
| [GetStats](/reference/system/dstorage/interfaces/IDStorageFactoryX1/methods/idstoragefactoryx1_getstats) | DirectStorage の統計情報を取得します。 |

## 解説

DirectStorage キューの作成、DirectStorage アクセス用のファイルを開く、およびグローバル操作の実行には、DirectStorage ファクトリー オブジェクトを使用します。

`IDStorageFactoryX1` シングルトンへのポインターを取得するには、[DStorageGetFactory](/reference/system/dstorage/functions/dstoragegetfactory) を使用します。

詳細については、[DirectStorage の概要](/build/console-features/storage/directstorage/directstorage-overview) の「IDStorageFactoryX」および「IDStorageFactoryX1」
セクションを参照してください。

## 要件

**ヘッダー:** dstorage\_xs.h

**ライブラリ:** dstorage.lib

**サポートされているプラットフォーム:** XBOX Series 本体

## 関連項目

[IDStorageFactoryX](/reference/system/dstorage/interfaces/IDStorageFactoryX/idstoragefactoryx)\
[DStorageGetFactory](/reference/system/dstorage/functions/dstoragegetfactory)\
[DStorage](/reference/system/dstorage/dstorage_members)


## Related topics

- [DirectStorage の概要](/ja-jp/build/console-features/storage/directstorage/directstorage-overview.md)
- [IDStorageFactoryX1::GetStats](/ja-jp/reference/system/dstorage/interfaces/IDStorageFactoryX1/methods/idstoragefactoryx1_getstats.md)
- [IDStorageFactoryX2](/ja-jp/reference/system/dstorage/interfaces/IDStorageFactoryX2/idstoragefactoryx2.md)
- [DStorageGetFactory](/ja-jp/reference/system/dstorage/functions/dstoragegetfactory.md)
- [DStorage](/ja-jp/reference/system/dstorage/dstorage_members.md)
