StorageCloudBlobCmdletBase.SetDatalakegen2ItemProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Set properties to a datalake gen2 Datalakegen2Item
protected static Azure.Storage.Files.DataLake.Models.PathHttpHeaders SetDatalakegen2ItemProperties (Azure.Storage.Files.DataLake.DataLakePathClient item, System.Collections.Hashtable BlobProperties, bool setToServer = true);
static member SetDatalakegen2ItemProperties : Azure.Storage.Files.DataLake.DataLakePathClient * System.Collections.Hashtable * bool -> Azure.Storage.Files.DataLake.Models.PathHttpHeaders
Protected Shared Function SetDatalakegen2ItemProperties (item As DataLakePathClient, BlobProperties As Hashtable, Optional setToServer As Boolean = true) As PathHttpHeaders
Parameters
- item
- DataLakePathClient
datalake gen2 Datalakegen2Item
- BlobProperties
- Hashtable
properties to set
- setToServer
- Boolean
True will set to server, false only set to the local Datalakegen2Item object