Microsoft.Dynamics.Retail.AX2012.R2.FP.Base.Class.RetailPosOfflineServiceRetail POS Offline Sync Service

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

This class represents Retail POS Offline Sync Service.

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdbd78ede5-327c-f8f4-b2d1-2362bad5b98e

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.RetailPosOfflineService:
SyncInterval  string  Sync Interval The interval between successive synchronizations between channel and offline databases false 256  False 
StoreID  string  Store ID The store that this instance services false 256  False 
RegisterID  string  Register ID The register of the store that this instance services false 256  False 
MemoryDataCacheSizeKB  string  Memory Data Cache Size In Kilobytes The size of the data cache maintained by this instance false 256  False 
ServiceUserAccount  string  Service Account The service account associated with this instance. false 256  False 
ServiceName  string  Service Name The name of the Windows service that this instance corresponds to false 256  False 
DataAreaID  string  Data Area ID The data area that this instance services false 256  False 
StoreServerName  string  Channel Database Server Name The name of the server where the channel database is hosted false 256  False 
StoreDatabaseName  string  Channel Database Name The name of the channel database false 256  False 
OfflineServerName  string  Offline Server Name The name of the server where the offline database is hosted false 256  False 
OfflineDatabaseName  string  Offline Database Name The name of the offline database false 256  False 
InstallationDir  string  Installation Directory The full path to the installation directory of this instance false 256  False 
SyncInParallel  string  Parallel Sync Is parallel sync enabled? false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Dynamics.Retail.AX2012.R2.FP.Base.Class.RetailPosOfflineService" Accessibility="Public" Abstract="false" Base="System!System.LogicalEntity" Hosted="true" Singleton="false">
<Property ID="SyncInterval" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="StoreID" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="RegisterID" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="MemoryDataCacheSizeKB" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ServiceUserAccount" 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="DataAreaID" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="StoreServerName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="StoreDatabaseName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="OfflineServerName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="OfflineDatabaseName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="InstallationDir" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="SyncInParallel" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>