Skip to main content

fs.bigintstats

@listenai/lisa_core / Exports / fs / BigIntStats

Class: BigIntStats

fs.BigIntStats

Hierarchy#

Table of contents#

Constructors#

Properties#

Methods#

Constructors#

constructor#

new BigIntStats()

Inherited from#

StatsBase<bigint>.constructor

Properties#

atime#

atime: Date

Inherited from#

StatsBase.atime

Defined in#

node_modules/@types/node/fs.d.ts:52


atimeMs#

atimeMs: bigint

Inherited from#

StatsBase.atimeMs

Defined in#

node_modules/@types/node/fs.d.ts:48


atimeNs#

atimeNs: bigint

Defined in#

node_modules/@types/node/fs.d.ts:2249


birthtime#

birthtime: Date

Inherited from#

StatsBase.birthtime

Defined in#

node_modules/@types/node/fs.d.ts:55


birthtimeMs#

birthtimeMs: bigint

Inherited from#

StatsBase.birthtimeMs

Defined in#

node_modules/@types/node/fs.d.ts:51


birthtimeNs#

birthtimeNs: bigint

Defined in#

node_modules/@types/node/fs.d.ts:2252


blksize#

blksize: bigint

Inherited from#

StatsBase.blksize

Defined in#

node_modules/@types/node/fs.d.ts:46


blocks#

blocks: bigint

Inherited from#

StatsBase.blocks

Defined in#

node_modules/@types/node/fs.d.ts:47


ctime#

ctime: Date

Inherited from#

StatsBase.ctime

Defined in#

node_modules/@types/node/fs.d.ts:54


ctimeMs#

ctimeMs: bigint

Inherited from#

StatsBase.ctimeMs

Defined in#

node_modules/@types/node/fs.d.ts:50


ctimeNs#

ctimeNs: bigint

Defined in#

node_modules/@types/node/fs.d.ts:2251


dev#

dev: bigint

Inherited from#

StatsBase.dev

Defined in#

node_modules/@types/node/fs.d.ts:38


gid#

gid: bigint

Inherited from#

StatsBase.gid

Defined in#

node_modules/@types/node/fs.d.ts:43


ino#

ino: bigint

Inherited from#

StatsBase.ino

Defined in#

node_modules/@types/node/fs.d.ts:39


mode#

mode: bigint

Inherited from#

StatsBase.mode

Defined in#

node_modules/@types/node/fs.d.ts:40


mtime#

mtime: Date

Inherited from#

StatsBase.mtime

Defined in#

node_modules/@types/node/fs.d.ts:53


mtimeMs#

mtimeMs: bigint

Inherited from#

StatsBase.mtimeMs

Defined in#

node_modules/@types/node/fs.d.ts:49


mtimeNs#

mtimeNs: bigint

Defined in#

node_modules/@types/node/fs.d.ts:2250


nlink#

nlink: bigint

Inherited from#

StatsBase.nlink

Defined in#

node_modules/@types/node/fs.d.ts:41


rdev#

rdev: bigint

Inherited from#

StatsBase.rdev

Defined in#

node_modules/@types/node/fs.d.ts:44


size#

size: bigint

Inherited from#

StatsBase.size

Defined in#

node_modules/@types/node/fs.d.ts:45


uid#

uid: bigint

Inherited from#

StatsBase.uid

Defined in#

node_modules/@types/node/fs.d.ts:42

Methods#

isBlockDevice#

isBlockDevice(): boolean

Returns#

boolean

Inherited from#

StatsBase.isBlockDevice

Defined in#

node_modules/@types/node/fs.d.ts:32


isCharacterDevice#

isCharacterDevice(): boolean

Returns#

boolean

Inherited from#

StatsBase.isCharacterDevice

Defined in#

node_modules/@types/node/fs.d.ts:33


isDirectory#

isDirectory(): boolean

Returns#

boolean

Inherited from#

StatsBase.isDirectory

Defined in#

node_modules/@types/node/fs.d.ts:31


isFIFO#

isFIFO(): boolean

Returns#

boolean

Inherited from#

StatsBase.isFIFO

Defined in#

node_modules/@types/node/fs.d.ts:35


isFile#

isFile(): boolean

Returns#

boolean

Inherited from#

StatsBase.isFile

Defined in#

node_modules/@types/node/fs.d.ts:30


isSocket#

isSocket(): boolean

Returns#

boolean

Inherited from#

StatsBase.isSocket

Defined in#

node_modules/@types/node/fs.d.ts:36


isSymbolicLink#

isSymbolicLink(): boolean

Returns#

boolean

Inherited from#

StatsBase.isSymbolicLink

Defined in#

node_modules/@types/node/fs.d.ts:34

  • 没帮助 0