Skip to content

MemoryProviderEntry

Defined in: src/providers/memory/MemoryProvider.ts:64

Fixture entry used to seed a memory provider instance.

PropertyTypeDescriptionInherited fromDefined in
accessedAt?DateLast access time when the protocol exposes it.RemoteEntry.accessedAtsrc/types/public.ts:52
content?string | Uint8Array<ArrayBufferLike>Optional byte content for file entries. Strings are encoded as UTF-8.-src/providers/memory/MemoryProvider.ts:68
createdAt?DateCreation time when the protocol exposes it.RemoteEntry.createdAtsrc/types/public.ts:50
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
name?stringEntry basename. When omitted, it is derived from path.-src/providers/memory/MemoryProvider.ts:66
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