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.

Specifies the location of an occurrence of sensitive data in an email message or a non-binary text file such as an HTML, TXT, or XML file.

Inheritance Hierarchy

System.Object
  Amazon.Macie2.Model.Range

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

Syntax

C#
public class Range

The Range type exposes the following members

Constructors

NameDescription
Public Method Range()

Properties

NameTypeDescription
Public Property End System.Int64

Gets and sets the property End.

The number of lines from the beginning of the file to the end of the sensitive data.

Public Property Start System.Int64

Gets and sets the property Start.

The number of lines from the beginning of the file to the beginning of the sensitive data.

Public Property StartColumn System.Int64

Gets and sets the property StartColumn.

The number of characters, with spaces and starting from 1, from the beginning of the first line that contains the sensitive data (start) to the beginning of the sensitive data.

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