SearchAddressBatchResult Class

Definition

This object is returned from a successful Search Address Batch service call.

public class SearchAddressBatchResult : Azure.Maps.Search.Models.BatchResult
type SearchAddressBatchResult = class
    inherit BatchResult
Public Class SearchAddressBatchResult
Inherits BatchResult
Inheritance
SearchAddressBatchResult

Properties

Results

Batch result of the query. The BatchItems in the response field.

SuccessfulRequests

Number of successful requests in the batch.

(Inherited from BatchResult)
TotalRequests

Total number of requests in the batch.

(Inherited from BatchResult)

Applies to