SessionDirectoryEntry interface

ディレクトリリストの単一のエントリー。

プロパティ

is_directory

このエントリーがディレクトリかどうか。

modified_time

最終修正時間はUTC(ISO 8601)です。

name

ファイルまたはディレクトリの名前。

size

サイズはバイト単位(ディレクトリは0)。

プロパティの詳細

is_directory

このエントリーがディレクトリかどうか。

is_directory: boolean

プロパティ値

boolean

modified_time

最終修正時間はUTC(ISO 8601)です。

modified_time: Date

プロパティ値

Date

name

ファイルまたはディレクトリの名前。

name: string

プロパティ値

string

size

サイズはバイト単位(ディレクトリは0)。

size: number

プロパティ値

number