AWS SDK Version 3 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.

Container for the parameters to the ListCrawls operation. Returns all the crawls of a specified crawler. Returns only the crawls that have occurred since the launch date of the crawler history feature, and only retains up to 12 months of crawls. Older crawls will not be returned.

You may use this API to:

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Glue.AmazonGlueRequest
      Amazon.Glue.Model.ListCrawlsRequest

Namespace: Amazon.Glue.Model
Assembly: AWSSDK.Glue.dll
Version: 3.x.y.z

Syntax

C#
public class ListCrawlsRequest : AmazonGlueRequest
         IAmazonWebServiceRequest

The ListCrawlsRequest type exposes the following members

Constructors

NameDescription
Public Method ListCrawlsRequest()

Properties

NameTypeDescription
Public Property CrawlerName System.String

Gets and sets the property CrawlerName.

The name of the crawler whose runs you want to retrieve.

Public Property Filters System.Collections.Generic.List<Amazon.Glue.Model.CrawlsFilter>

Gets and sets the property Filters.

Filters the crawls by the criteria you specify in a list of CrawlsFilter objects.

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

The maximum number of results to return. The default is 20, and maximum is 100.

Public Property NextToken System.String

Gets and sets the property NextToken.

A continuation token, if this is a continuation call.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5