Cmdlets for Domino

Build 22.0.8509

Attachments

The attachments available within the Domino database.

Select

本製品 は@unid カラムで= およびIN 演算子を使用したフィルタリングをサポートします。 それ以外のフィルタは、本製品 の中でクライアントサイドで実行されます。 例えば、次のクエリはサーバーサイドで処理されます。

SELECT * FROM Attachments WHERE [@unid] IN ('00000000000000000000000000000000', '11111111111111111111111111111111')
SupportEnhancedSQL をfalse に設定すると、クライアント側の実行をオフにできます。その場合、その他のカラムを参照する検索条件でエラーが発生します。

Columns

Name Type Description
@unid [KEY] String The unique identifier of the note containing the attachment.
@modified Datetime When the attachment data was last modified.
FileName [KEY] String The name of the attachment, unique within a single note.
Size Long The size of the attachment data in bytes.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8509