# Functions
New - Construct a new Volume API Implementation.
# Variables
VolumeRegexp matches a Windows Volume example: Volume{452e318a-5cde-421e-9831-b9853c521012}
The field UniqueId has an additional prefix which is NOT included in the regex however the regex can match UniqueId too PS C:\disks> (Get-Disk -Number 1 | Get-Partition | Get-Volume).UniqueId \\?\Volume{452e318a-5cde-421e-9831-b9853c521012}\.
# Interfaces
API exposes the internal volume operations available in the server.