Interface CfnSegmentDefinition.ISegmentSortProperty
Defines how segments should be sorted and ordered in the results.
Namespace: Amazon.CDK.AWS.CustomerProfiles
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnSegmentDefinition.ISegmentSortProperty
Syntax (vb)
Public Interface CfnSegmentDefinition.ISegmentSortProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.CustomerProfiles;
var segmentSortProperty = new SegmentSortProperty {
Attributes = new [] { new SortAttributeProperty {
Name = "name",
Order = "order",
// the properties below are optional
DataType = "dataType",
Type = "type"
} }
};
Synopsis
Properties
| Attributes | A list of attributes used to sort the segments and their ordering preferences. |
Properties
Attributes
A list of attributes used to sort the segments and their ordering preferences.
object Attributes { get; }