GetNonIndexableItemStatistics 操作
GetNonIndexableItemStatistics EWS 操作に関する情報を検索します。
GetNonIndexableItemStatistics 操作は、メールボックスでインデックスを作成できないアイテムの数を取得します。
この操作は Exchange Server 2013 で導入されました。
GetNonIndexableItemStatistics 操作の使用
GetNonIndexableItemStatistics 操作は、インデックスを作成できないメールボックスアイテムをカウントします。 インデックスを作成できない項目は、探索検索中に検索されません。
GetNonIndexableItemStatistics 操作 SOAP ヘッダー
GetNonIndexableItemStatistics 操作では、次の表に示す SOAP ヘッダーを使用できます。
ヘッダー名 | 要素 | 説明 |
---|---|---|
ManagementRole |
ManagementRole |
呼び出し元が要求を行うために必要なサーバー ロールを識別します。 このヘッダーは要求に適用されます。 |
RequestVersion |
RequestServerVersion |
操作要求のスキーマ バージョンを識別します。 このヘッダーは要求に適用されます。 |
ServerVersion |
ServerVersionInfo |
要求に応答したサーバーのバージョンを識別します。 このヘッダーは、応答に適用できます。 |
GetNonIndexableItemStatistics 操作要求の例: メールボックスでインデックスを作成できないアイテムの数を取得する
GetNonIndexableItemStatistics 操作要求の次の例は、メールボックスでインデックスを作成できないアイテムの数を要求する方法を示しています。
注:
この例のすべてのレガシ ドメイン名は、読みやすくするために短縮されています。
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types"
xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages">
<soap:Header>
<t:RequestServerVersion Version="Exchange2013" />
</soap:Header>
<soap:Body >
<m:GetNonIndexableItemStatistics>
<m:Mailboxes>
<t:LegacyDN>/o=First Organization/ou=Exchange Administrative Group (FYDIDLT)/cn=Recipients/cn=3518cf-Steve</t:LegacyDN>
</m:Mailboxes>
<m:SearchArchiveOnly>false</m:SearchArchiveOnly>
</m:GetNonIndexableItemStatistics>
</soap:Body>
</soap:Envelope>
要求 SOAP 本文には、次の要素が含まれています。
GetNonIndexableItemStatistics 操作の応答が成功しました
次の例は、 GetNonIndexableItemStatistics 操作要求に対する正常な応答を示し、メールボックスでインデックスを作成できないアイテムの数を取得します。
<?xml version="1.0" encoding="utf-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<h:ServerVersionInfo MajorVersion="15"
MinorVersion="0"
MajorBuildNumber="526"
MinorBuildNumber="0"
Version="Exchange2013"
xmlns:h="http://schemas.microsoft.com/exchange/services/2006/types"
xmlns="http://schemas.microsoft.com/exchange/services/2006/types"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</s:Header>
<s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<GetNonIndexableItemStatisticsResponse ResponseClass="Success"
xmlns="http://schemas.microsoft.com/exchange/services/2006/messages">
<ResponseCode>NoError</ResponseCode>
<NonIndexableItemStatistics>
<NonIndexableItemStatistic xmlns="http://schemas.microsoft.com/exchange/services/2006/types">
<Mailbox>/o=First Organization/ou=Exchange Administrative Group (FYT)/cn=Recipients/cn=35181acf-Steve</Mailbox>
<ItemCount>2</ItemCount>
</NonIndexableItemStatistic>
</NonIndexableItemStatistics>
</GetNonIndexableItemStatisticsResponse>
</s:Body>
</s:Envelope>
応答 SOAP 本文には、次の要素が含まれています。
GetNonIndexableItemStatistics 操作エラー応答
次の例は、 GetNonIndexableItemStatistics 操作要求に対するエラー応答を示しています。 これは、複数のメールボックスからインデックスを作成できないアイテムの数を取得する要求に対する応答です。
<?xml version="1.0" encoding="utf-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<h:ServerVersionInfo MajorVersion="15"
MinorVersion="0"
MajorBuildNumber="526"
MinorBuildNumber="0"
Version="Exchange2013"
xmlns:h="http://schemas.microsoft.com/exchange/services/2006/types"
xmlns="http://schemas.microsoft.com/exchange/services/2006/types"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</s:Header>
<s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<GetNonIndexableItemStatisticsResponse ResponseClass="Error"
xmlns="http://schemas.microsoft.com/exchange/services/2006/messages">
<MessageText>Multiple mailboxes is currently not supported, only single mailbox is supported.</MessageText>
<ResponseCode>ErrorInvalidArgument</ResponseCode>
<DescriptiveLinkKey>0</DescriptiveLinkKey>
</GetNonIndexableItemStatisticsResponse>
</s:Body>
</s:Envelope>
エラー応答 SOAP 本文には、次の要素が含まれています。
EWS に汎用であり、この操作に固有のその他のエラー コードについては、「 ResponseCode」を参照してください。