Class MarketKey
Object to corelate market id and access key
Inheritance
System.Object
MarketKey
Namespace: EPiServer.Commerce.ODP
Assembly: EPiServer.Commerce.ODP.dll
Version: 14.26.0Syntax
public class MarketKey : Object
Constructors
MarketKey()
Declaration
public MarketKey()
Properties
AccessKey
The access key.
Declaration
public string AccessKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EndpointUrl
The endpoint url.
Declaration
public string EndpointUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MarketIds
The list of market id.
Declaration
public List<string> MarketIds { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
S3Options
Amazon S3 credentials.
Declaration
public S3Options S3Options { get; set; }
Property Value
Type | Description |
---|---|
S3Options |
SiteId
The site id.
Declaration
public string SiteId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TrackingId
ODP Tracking Id.
Declaration
public string TrackingId { get; set; }
Property Value
Type | Description |
---|---|
System.String |