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.
Namespace: Amazon.Kendra.Model
Assembly: AWSSDK.Kendra.dll
Version: 3.x.y.z
public class DocumentAttributeValue
The DocumentAttributeValue type exposes the following members
Name | Description | |
---|---|---|
DocumentAttributeValue() |
Name | Type | Description | |
---|---|---|---|
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. |
|
LongValue | System.Int64 |
Gets and sets the property LongValue. A long integer value. |
|
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. |
|
StringValue | System.String |
Gets and sets the property StringValue. A string, such as "department". |
.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