RemoteEntry
Defined in: src/types/public.ts:38
Normalized remote file-system entry.
Extended by
Section titled “Extended by”Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
accessedAt? | Date | Last access time when the protocol exposes it. | src/types/public.ts:52 |
createdAt? | Date | Creation time when the protocol exposes it. | src/types/public.ts:50 |
group? | string | Group name or id when known. | src/types/public.ts:58 |
modifiedAt? | Date | Last modification time when known. | src/types/public.ts:48 |
name | string | Entry basename without parent directory segments. | src/types/public.ts:42 |
owner? | string | Owner name or id when known. | src/types/public.ts:56 |
path | string | Absolute or normalized remote path for the entry. | src/types/public.ts:40 |
permissions? | RemotePermissions | Portable permission details when known. | src/types/public.ts:54 |
raw? | unknown | Raw protocol payload retained for diagnostics or advanced callers. | src/types/public.ts:64 |
size? | number | Entry size in bytes when known. | src/types/public.ts:46 |
symlinkTarget? | string | Target path for symbolic links when known. | src/types/public.ts:60 |
type | RemoteEntryType | Normalized entry kind. | src/types/public.ts:44 |
uniqueId? | string | Protocol-specific stable identity when available. | src/types/public.ts:62 |