< Back
Set-ISHServiceTranslationBuilder
Post
NAME Set-ISHServiceTranslationBuilder
SYNOPSIS
Sets translation builder windows service.
SYNTAX
Set-ISHServiceTranslationBuilder [-MaxObjectsInOnePush <int>] [-MaxJobItemsCreatedInOneCall <int>]
[-CompletedJobLifeSpan <TimeSpan>] [-JobProcessingTimeout <TimeSpan>] [-JobPollingInterval <TimeSpan>]
[-PendingJobPollingInterval <TimeSpan>] [-ISHDeployment <ISHDeployment>] [<CommonParameters>]
Set-ISHServiceTranslationBuilder -Count <int> [-ISHDeployment <ISHDeployment>] [<CommonParameters>]
DESCRIPTION
The Set-ISHServiceTranslationBuilder cmdlet sets translation builder windows service.
PARAMETERS
-MaxObjectsInOnePush <int>
The maximum number of objects in one push.
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-MaxJobItemsCreatedInOneCall <int>
The maximum number of objects in one push.
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-CompletedJobLifeSpan <TimeSpan>
The life period of completed job.
Required? false
Position? named
Default value 00:00:00
Accept pipeline input? false
Accept wildcard characters? false
-JobProcessingTimeout <TimeSpan>
The timeout of processing of job.
Required? false
Position? named
Default value 00:00:00
Accept pipeline input? false
Accept wildcard characters? false
-JobPollingInterval <TimeSpan>
The interval of polling of job.
Required? false
Position? named
Default value 00:00:00
Accept pipeline input? false
Accept wildcard characters? false
-PendingJobPollingInterval <TimeSpan>
The interval of polling of pending job.
Required? false
Position? named
Default value 00:00:00
Accept pipeline input? false
Accept wildcard characters? false
-Count <int>
The number of TranslationBuilder services in the system.
Required? true
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-ISHDeployment <ISHDeployment>
Specifies the name or instance of the Content Manager deployment.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
---------- EXAMPLE 1 ----------
PS C:\\>Set-ISHServiceTranslationBuilder -ISHDeployment $deployment -MaxObjectsInOnePush 1000
This command enables the translation builder windows service. Parameter $deployment is a deployment name or an
instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
---------- EXAMPLE 2 ----------
PS C:\\>Set-ISHServiceTranslationBuilder -ISHDeployment $deployment -Count 2
This command changes the amount of instances of services. Parameter $deployment is a deployment name or an
instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
RELATED LINKS
Enable-ISHExternalPreview
SYNOPSIS
Sets translation builder windows service.
SYNTAX
Set-ISHServiceTranslationBuilder [-MaxObjectsInOnePush <int>] [-MaxJobItemsCreatedInOneCall <int>]
[-CompletedJobLifeSpan <TimeSpan>] [-JobProcessingTimeout <TimeSpan>] [-JobPollingInterval <TimeSpan>]
[-PendingJobPollingInterval <TimeSpan>] [-ISHDeployment <ISHDeployment>] [<CommonParameters>]
Set-ISHServiceTranslationBuilder -Count <int> [-ISHDeployment <ISHDeployment>] [<CommonParameters>]
DESCRIPTION
The Set-ISHServiceTranslationBuilder cmdlet sets translation builder windows service.
PARAMETERS
-MaxObjectsInOnePush <int>
The maximum number of objects in one push.
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-MaxJobItemsCreatedInOneCall <int>
The maximum number of objects in one push.
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-CompletedJobLifeSpan <TimeSpan>
The life period of completed job.
Required? false
Position? named
Default value 00:00:00
Accept pipeline input? false
Accept wildcard characters? false
-JobProcessingTimeout <TimeSpan>
The timeout of processing of job.
Required? false
Position? named
Default value 00:00:00
Accept pipeline input? false
Accept wildcard characters? false
-JobPollingInterval <TimeSpan>
The interval of polling of job.
Required? false
Position? named
Default value 00:00:00
Accept pipeline input? false
Accept wildcard characters? false
-PendingJobPollingInterval <TimeSpan>
The interval of polling of pending job.
Required? false
Position? named
Default value 00:00:00
Accept pipeline input? false
Accept wildcard characters? false
-Count <int>
The number of TranslationBuilder services in the system.
Required? true
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-ISHDeployment <ISHDeployment>
Specifies the name or instance of the Content Manager deployment.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
---------- EXAMPLE 1 ----------
PS C:\\>Set-ISHServiceTranslationBuilder -ISHDeployment $deployment -MaxObjectsInOnePush 1000
This command enables the translation builder windows service. Parameter $deployment is a deployment name or an
instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
---------- EXAMPLE 2 ----------
PS C:\\>Set-ISHServiceTranslationBuilder -ISHDeployment $deployment -Count 2
This command changes the amount of instances of services. Parameter $deployment is a deployment name or an
instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
RELATED LINKS
Enable-ISHExternalPreview