TwinCollection.ClearMetadata 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.
Clears metadata out of the twin collection.
public void ClearMetadata ();
member this.ClearMetadata : unit -> unit
Public Sub ClearMetadata ()
Remarks
This will only clear the metadata from the twin collection but will not change the base metadata object. This allows you to still use methods such as GetMetadata(). If you need to remove all metadata, please use ClearAllMetadata().
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET