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 dimension settings for a segment.

Inheritance Hierarchy

System.Object
  Amazon.Pinpoint.Model.SegmentDimensions

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

Syntax

C#
public class SegmentDimensions

The SegmentDimensions type exposes the following members

Constructors

NameDescription
Public Method SegmentDimensions()

Properties

NameTypeDescription
Public Property Attributes System.Collections.Generic.Dictionary<System.String, Amazon.Pinpoint.Model.AttributeDimension>

Gets and sets the property Attributes.

One or more custom attributes to use as criteria for the segment.

Public Property Behavior Amazon.Pinpoint.Model.SegmentBehaviors

Gets and sets the property Behavior.

The behavior-based criteria, such as how recently users have used your app, for the segment.

Public Property Demographic Amazon.Pinpoint.Model.SegmentDemographics

Gets and sets the property Demographic.

The demographic-based criteria, such as device platform, for the segment.

Public Property Location Amazon.Pinpoint.Model.SegmentLocation

Gets and sets the property Location.

The location-based criteria, such as region or GPS coordinates, for the segment.

Public Property Metrics System.Collections.Generic.Dictionary<System.String, Amazon.Pinpoint.Model.MetricDimension>

Gets and sets the property Metrics.

One or more custom metrics to use as criteria for the segment.

Public Property UserAttributes System.Collections.Generic.Dictionary<System.String, Amazon.Pinpoint.Model.AttributeDimension>

Gets and sets the property UserAttributes.

One or more custom user attributes to use as criteria for the segment.

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