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