0

バイナリ データ ストレージのソリューションを探していますが、それを開発する前に、誰かが私のニーズに合ったものを知っているのではないかと考えていました。

  1. Windows OS
  2. C# API
  3. データを追加できるストレージ レイヤー
  4. 追加された時間に基づいて、あるレイヤーから別のレイヤーにデータを移動する機能
  5. レイヤー用にディスク上のスペースを確保する
  6. レイヤーの削除ポリシー (データの経過時間または優先度、循環バッファーなど)
  7. 持続的に
  8. 時系列データ

ビデオ、オーディオ、センサー、カスタム データ イベントを開催します。

私は周りを見回しましたが、何も見つけることができませんでしたが、難しいことは存在しません。

4

1 に答える 1

0

With some support from your code our Solid File System (Application Edition) will do the job, I think, with one exception - there's no way to reserve space for future other than allocating a file of given size and when the space is needed deleting the file and putting real data.

于 2012-05-26T09:14:43.187 に答える