Class DeploymentMetadata
- Inheritance
-
DeploymentMetadata
- Inherited Members
- Namespace
- TabularEditor.TOMWrapper
- Assembly
- TOMWrapper.dll
Additional metadata that may be added to the model annotations during deployment
public class DeploymentMetadata
- Extension Methods
Constructors
DeploymentMetadata()
public DeploymentMetadata()
Properties
ClientMachine
Name of the client machine from which the latest deployment was performed.
public string ClientMachine { get; set; }
Property Value
Type | Description |
---|---|
string |
DeploymentMode
Specifies how the deployment was performed.
public DeploymentModeMetadata DeploymentMode { get; set; }
Property Value
Type | Description |
---|---|
DeploymentModeMetadata |
TabularEditorBuild
Build number of Tabular Editor used for deployment.
public string TabularEditorBuild { get; set; }
Property Value
Type | Description |
---|---|
string |
Time
Date and time of the latest deployment for this model.
public DateTime Time { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
User
Domain and username for the user performing the latest deployment of this model.
public string User { get; set; }
Property Value
Type | Description |
---|---|
string |