MicroservicesClient_Configuration Class
 Configuration of all the endpoints for the microservices client 
Namespace: SobekCM.Core.MicroservicesClientAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
| C# | 
|---|
public class MicroservicesClient_Configuration  | 
 
Inheritance Hierarchy
System..::..Object  SobekCM.Core.MicroservicesClient..::..MicroservicesClient_Configuration 
Constructors
Methods
Properties
| 
							 
						 | Name | Description | 
|---|
  | Endpoints |  | 
  | Error |  Any error associated with reading the configuration file into this object   | 
  | Item |  Reference a single microservices client endpoint configuration, via the lookup key   | 
  | UseCache |  Flag indicates if the sobek engine client should natively use caching to avoid 
            additional round trips to the SobekCM engine endpoints   | 
 
See Also