BlobChangeFeedModelFactory.BlobChangeFeedEventUpdatedBlobProperty 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.
Creates a BlobChangeFeedEventUpdatedBlobProperty for mocking.
public static Azure.Storage.Blobs.ChangeFeed.BlobPropertyChange BlobChangeFeedEventUpdatedBlobProperty(string propertyName, string previousValue, string newValue);
	static member BlobChangeFeedEventUpdatedBlobProperty : string * string * string -> Azure.Storage.Blobs.ChangeFeed.BlobPropertyChange
	Public Shared Function BlobChangeFeedEventUpdatedBlobProperty (propertyName As String, previousValue As String, newValue As String) As BlobPropertyChange
	Parameters
- propertyName
 - String
 
- previousValue
 - String
 
- newValue
 - String