-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Storage - STG102 object level smart access #48392
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: feature/storage/stg102base
Are you sure you want to change the base?
Changes from all commits
b97fc2e
b29e9ec
50b152e
e8aa8ed
216e1a7
7b2cc60
85b2860
2836cba
2cb8e5c
00fb711
3c5fb20
89e946e
48425f7
9a5344a
0e3d4db
eba47d8
3be7588
c3e54cc
85a4da1
03c31d9
17de56d
8f04fa2
1c6909f
8e5a135
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -424,6 +424,11 @@ public Boolean isAccessTierInferred() { | |
| return isAccessTierInferred; | ||
| } | ||
|
|
||
| @Override | ||
| public AccessTier getSmartAccessTier() { | ||
| return null; | ||
| } | ||
|
|
||
|
Comment on lines
+427
to
+431
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this looks weird without context - maybe we should add a comment that says something like "Null because this property is set through BlobPropertiesConstructorProxy"
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @ibrandes I had to trace this, but this should return smartAccessTier. It took me a while to figure it out, but I'm going to make the change to the code. The public API remains unchanged, but the service returns smartAccessTier, so this should return a value. |
||
| @Override | ||
| public ArchiveStatus getArchiveStatus() { | ||
| return archiveStatus; | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.