次の方法で共有


UriFactory.CreateAttachmentUri(String, String, String, String) メソッド

定義

データベース、コレクション、ドキュメント、添付ファイル ID を指定すると、添付ファイル リンクが作成されます。

public static Uri CreateAttachmentUri (string databaseId, string collectionId, string documentId, string attachmentId);
static member CreateAttachmentUri : string * string * string * string -> Uri
Public Shared Function CreateAttachmentUri (databaseId As String, collectionId As String, documentId As String, attachmentId As String) As Uri

パラメーター

databaseId
String

データベース ID

collectionId
String

コレクション ID

documentId
String

ドキュメント ID

attachmentId
String

添付ファイル ID

戻り値

Uri

/dbs//colls/{0}/docs/{1}/{2}attachments/{3} の形式の添付ファイル リンク。{0}Uri でエスケープされたバージョンの collectionId{1}{2}databaseIdは であり、 documentId は であり、{3}attachmentId

注釈

は、Azure Cosmos DB で を Attachment 置き換える、または削除するときに使用されます。

適用対象

こちらもご覧ください