AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
The collection of documents that match the search request.

Inheritance Hierarchy

System.Object
  Amazon.CloudSearchDomain.Model.Hits

Namespace: Amazon.CloudSearchDomain.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class Hits : Object

The Hits type exposes the following members

Constructors

NameDescription
Public Method Hits()

Properties

NameTypeDescription
Public Property Cursor System.String Gets and sets the property Cursor.

A cursor that can be used to retrieve the next set of matching documents when you want to page through a large result set.

Public Property Found System.Int64 Gets and sets the property Found.

The total number of documents that match the search request.

Public Property Hit System.Collections.Generic.List<Amazon.CloudSearchDomain.Model.Hit> Gets and sets the property Hit.

A document that matches the search request.

Public Property Start System.Int64 Gets and sets the property Start.

The index of the first matching document.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8