Skip to content

RemoteStat

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

Metadata for a remote entry that is known to exist.

PropertyTypeDescriptionInherited fromDefined in
accessedAt?DateLast access time when the protocol exposes it.RemoteEntry.accessedAtsrc/types/public.ts:52
createdAt?DateCreation time when the protocol exposes it.RemoteEntry.createdAtsrc/types/public.ts:50
existstrueExistence discriminator for successful stat operations.-src/types/public.ts:72
group?stringGroup name or id when known.RemoteEntry.groupsrc/types/public.ts:58
modifiedAt?DateLast modification time when known.RemoteEntry.modifiedAtsrc/types/public.ts:48
namestringEntry basename without parent directory segments.RemoteEntry.namesrc/types/public.ts:42
owner?stringOwner name or id when known.RemoteEntry.ownersrc/types/public.ts:56
pathstringAbsolute or normalized remote path for the entry.RemoteEntry.pathsrc/types/public.ts:40
permissions?RemotePermissionsPortable permission details when known.RemoteEntry.permissionssrc/types/public.ts:54
raw?unknownRaw protocol payload retained for diagnostics or advanced callers.RemoteEntry.rawsrc/types/public.ts:64
size?numberEntry size in bytes when known.RemoteEntry.sizesrc/types/public.ts:46
symlinkTarget?stringTarget path for symbolic links when known.RemoteEntry.symlinkTargetsrc/types/public.ts:60
typeRemoteEntryTypeNormalized entry kind.RemoteEntry.typesrc/types/public.ts:44
uniqueId?stringProtocol-specific stable identity when available.RemoteEntry.uniqueIdsrc/types/public.ts:62