Skip to content

StorageFilter

Defined in: domains/storage.ts:22

optional name?: string;

Defined in: domains/storage.ts:24

Filter entries by name.


optional presentationID?: number;

Defined in: domains/storage.ts:26

Filter entries by presentation ID.


optional since?: string;

Defined in: domains/storage.ts:28

Return only entries updated at or after this ISO 8601 timestamp.


optional until?: string;

Defined in: domains/storage.ts:30

Return only entries updated at or before this ISO 8601 timestamp.


optional limit?: number;

Defined in: domains/storage.ts:32

Maximum number of entries to return. Defaults to 100.