AzureBlobFileSystem.AzureBlobStorageProvider.AzureBlobFileStorage.EnsureAttributes C# (CSharp) Method

EnsureAttributes() private method

private EnsureAttributes ( ) : void
return void
            private void EnsureAttributes()
            {
                if (_hasFetchedAttributes)
                    return;

                _blob.FetchAttributes();
                _hasFetchedAttributes = true;
            }