Microsoft.Dynamics.Retail.AX2012.R2.FP.Base.Class.CdxSynchServiceClientCommerce Data Exchange: Async Client

Microsoft.Dynamics.Retail.AX2012.R2.FP.Base.Class.CdxSynchServiceClient (ClassType)

An instance of Async Client.

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId7954e9b2-2a1b-af51-30ef-83d90b7b08fd

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.Dynamics.Retail.AX2012.R2.FP.Base.Class.CdxSynchServiceClient:
ID  string  ID Identifier. true 256  False 
SynchServiceBaseURL  string  Async Server Base URL Base URL for HTTP or HTTPS requests to Async Server. false 256  False 
Username  string  User Name The local or domain account used as the service account for Async Client. false 256  False 
ChannelDBServer  string  Channel Database Server Host name for the computer that hosts the channel database. false 256  False 
ChannelDBName  string  Channel Database Name Channel database name false 256  False 
ChannelMessageDBServer  string  Client Message Database Server Host name of the computer that hosts the message database for Async Client. false 256  False 
ChannelMessageDBName  string  Client Message Database Name Name of client message database. false 256  False 
DataStoreName  string  Data Store Name The name of a data store. false 256  False 
DataStoreUserName  string  Data Store User Name The user name that Async Client uses to authenticate to the data store through Async Server. false 256  False 
DownloadService  string  Download Service Page Name of the download service page. false 256  False 
UploadService  string  Upload Service Page Name of the page for the upload service. false 256  False 
StreamService  string  Stream Download Service Page Name of the stream download service page. false 256  False 
ServiceName  string  Service Name Name of the Windows service for Async Client. false 256  False 
ServiceDisplayName  string  Service Display Name Windows Service display name of the Async Client. false 256  False 
SynchClientExeName  string  Async Client Executable Name The name of the executable for Async Client. false 256  False 
PublisherName  string  Publisher Name Event source name false 256  False 
AppConfigFilePath  string  App.config File Path Path to application configuration file false 256  False 
ServiceInstallFolder  string  Service Installation Folder Path to the service installation folder false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Dynamics.Retail.AX2012.R2.FP.Base.Class.CdxSynchServiceClient" Accessibility="Public" Abstract="false" Base="System!System.LogicalEntity" Hosted="true" Singleton="false">
<Property ID="ID" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="SynchServiceBaseURL" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Username" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ChannelDBServer" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ChannelDBName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ChannelMessageDBServer" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ChannelMessageDBName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="DataStoreName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="DataStoreUserName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="DownloadService" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="UploadService" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="StreamService" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ServiceName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ServiceDisplayName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="SynchClientExeName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="PublisherName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="AppConfigFilePath" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ServiceInstallFolder" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>