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.

The value of a document attribute. You can only provide one value for a document attribute.

Inheritance Hierarchy

System.Object
  Amazon.Kendra.Model.DocumentAttributeValue

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

Syntax

C#
public class DocumentAttributeValue

The DocumentAttributeValue type exposes the following members

Constructors

NameDescription
Public Method DocumentAttributeValue()

Properties

NameTypeDescription
Public Property DateValue System.DateTime

Gets and sets the property DateValue.

A date expressed as an ISO 8601 string.

It is important for the time zone to be included in the ISO 8601 date-time format. For example, 2012-03-25T12:30:10+01:00 is the ISO 8601 date-time format for March 25th 2012 at 12:30PM (plus 10 seconds) in Central European Time.

Public Property LongValue System.Int64

Gets and sets the property LongValue.

A long integer value.

Public Property StringListValue System.Collections.Generic.List<System.String>

Gets and sets the property StringListValue.

A list of strings. The default maximum length or number of strings is 10.

Public Property StringValue System.String

Gets and sets the property StringValue.

A string, such as "department".

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