Skip to content

RemoteEntry

Defined in: src/types/public.ts:38

Normalized remote file-system entry.

PropertyTypeDescriptionDefined in
accessedAt?DateLast access time when the protocol exposes it.src/types/public.ts:52
createdAt?DateCreation time when the protocol exposes it.src/types/public.ts:50
group?stringGroup name or id when known.src/types/public.ts:58
modifiedAt?DateLast modification time when known.src/types/public.ts:48
namestringEntry basename without parent directory segments.src/types/public.ts:42
owner?stringOwner name or id when known.src/types/public.ts:56
pathstringAbsolute or normalized remote path for the entry.src/types/public.ts:40
permissions?RemotePermissionsPortable permission details when known.src/types/public.ts:54
raw?unknownRaw protocol payload retained for diagnostics or advanced callers.src/types/public.ts:64
size?numberEntry size in bytes when known.src/types/public.ts:46
symlinkTarget?stringTarget path for symbolic links when known.src/types/public.ts:60
typeRemoteEntryTypeNormalized entry kind.src/types/public.ts:44
uniqueId?stringProtocol-specific stable identity when available.src/types/public.ts:62