Switch-SPBlobStorage
이 cmdlet은 활성 BLOB 스토리지를 전환합니다.
Syntax
Switch-SPBlobStorage
-ContentDatabase <SPContentDatabasePipeBind>
[-SQL]
[-AssignmentCollection <SPAssignmentCollection>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Switch-SPBlobStorage
-RemoteShareBlobStore <SPRemoteShareBlobStorePipeBind>
[-AssignmentCollection <SPAssignmentCollection>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
이 cmdlet에는 둘 이상의 매개 변수 집합이 포함됩니다. 한 매개 변수 집합의 매개 변수만 사용할 수 있으며 서로 다른 매개 변수 집합의 매개 변수를 결합하면 안 됩니다.
'Switch-SPBlobStorage' cmdlet은 원격 공유 BLOB 저장소와 SQL 테이블 간에 콘텐츠 데이터베이스의 BLOB을 전환합니다.
예제
---------------예제 1---------------
Switch-SPBlobStorage -ContentDatabase "WSS_Content" -SQL
다음은 콘텐츠 데이터베이스 "WSS_Content"에 대한 SQL 테이블로 BLOB 스토리지를 전환하는 예제입니다.
---------------예제 2---------------
Switch-SPBlobStorage -RemoteShareBlobStore "RemoteBlobStore"
다음은 BLOB 스토리지를 "RemoteBlobStore"라는 원격 공유 BLOB 저장소로 전환하는 예제입니다.
매개 변수
-AssignmentCollection
올바른 삭제를 위해 개체를 관리합니다. SPWeb 또는 SPSite와 같은 개체를 사용하는 경우 많은 양의 메모리를 사용할 수 있으며, Windows PowerShell 스크립트에서 이러한 개체를 사용하려면 올바른 메모리 관리가 필요합니다. SPAssignment 개체를 사용하면 개체를 하나의 변수에 지정하고 해당 개체가 필요한 시기가 지나면 개체를 삭제하여 메모리를 확보할 수 있습니다. SPWeb, SPSite 또는 SPSiteAdministration 개체를 사용하는 경우 지정 컬렉션 또는 Global 매개 변수가 사용되지 않으면 해당 개체가 자동으로 삭제됩니다. 참고: Global 매개 변수를 사용하면 모든 개체가 전역 저장소에 포함됩니다. 개체가 즉시 사용되지 않거나 Stop-SPAssignment 명령을 사용하여 삭제되지 않는 경우 메모리 부족 시나리오가 발생할 수 있습니다.
Type: | SPAssignmentCollection |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | SharePoint Server Subscription Edition |
-Confirm
cmdlet을 실행하기 전에 확인 메시지를 표시합니다.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Server Subscription Edition |
-ContentDatabase
이 작업이 적용되는 콘텐츠 데이터베이스입니다.
Type: | SPContentDatabasePipeBind |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | SharePoint Server Subscription Edition |
-RemoteShareBlobStore
새 콘텐츠에 대한 원격 공유 BLOB 저장소를 지정합니다.
원격 공유 BLOB Store 개체 또는 원격 공유 BLOB 저장소 이름일 수 있습니다.
Type: | SPRemoteShareBlobStorePipeBind |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | SharePoint Server Subscription Edition |
-SQL
콘텐츠 데이터베이스가 새 콘텐츠에 BLOB 스토리지에 SQL을 사용했음을 나타냅니다.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Server Subscription Edition |
-WhatIf
cmdlet이 실행되면 어떻게 되는지 보여줍니다. cmdlet이 실행되지 않습니다.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Server Subscription Edition |