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.

Status and error information about the most recent crawl.

Inheritance Hierarchy

System.Object
  Amazon.Glue.Model.LastCrawlInfo

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

Syntax

C#
public class LastCrawlInfo

The LastCrawlInfo type exposes the following members

Constructors

NameDescription
Public Method LastCrawlInfo()

Properties

NameTypeDescription
Public Property ErrorMessage System.String

Gets and sets the property ErrorMessage.

If an error occurred, the error information about the last crawl.

Public Property LogGroup System.String

Gets and sets the property LogGroup.

The log group for the last crawl.

Public Property LogStream System.String

Gets and sets the property LogStream.

The log stream for the last crawl.

Public Property MessagePrefix System.String

Gets and sets the property MessagePrefix.

The prefix for a message about this crawl.

Public Property StartTime System.DateTime

Gets and sets the property StartTime.

The time at which the crawl started.

Public Property Status Amazon.Glue.LastCrawlStatus

Gets and sets the property Status.

Status of the last crawl.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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