### YamlMime:JavaType uid: "com.microsoft.azure.management.storage.TagFilter" fullName: "com.microsoft.azure.management.storage.TagFilter" name: "TagFilter" nameWithType: "TagFilter" summary: "Blob index tag based filtering for blob objects." inheritances: - "" inheritedClassMethods: - classRef: "" methodsRef: - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" syntax: "public class **TagFilter**" constructors: - uid: "com.microsoft.azure.management.storage.TagFilter.TagFilter()" fullName: "com.microsoft.azure.management.storage.TagFilter.TagFilter()" name: "TagFilter()" nameWithType: "TagFilter.TagFilter()" syntax: "public TagFilter()" methods: - uid: "com.microsoft.azure.management.storage.TagFilter.name()" fullName: "com.microsoft.azure.management.storage.TagFilter.name()" name: "name()" nameWithType: "TagFilter.name()" summary: "Get this is the filter tag name, it can have 1 - 128 characters." syntax: "public String name()" desc: "Get this is the filter tag name, it can have 1 - 128 characters." returns: description: "the name value" type: "" - uid: "com.microsoft.azure.management.storage.TagFilter.op()" fullName: "com.microsoft.azure.management.storage.TagFilter.op()" name: "op()" nameWithType: "TagFilter.op()" summary: "Get this is the comparison operator which is used for object comparison and filtering." syntax: "public String op()" desc: "Get this is the comparison operator which is used for object comparison and filtering. Only == (equality operator) is currently supported." returns: description: "the op value" type: "" - uid: "com.microsoft.azure.management.storage.TagFilter.value()" fullName: "com.microsoft.azure.management.storage.TagFilter.value()" name: "value()" nameWithType: "TagFilter.value()" summary: "Get this is the filter tag value field used for tag based filtering, it can have 0 - 256 characters." syntax: "public String value()" desc: "Get this is the filter tag value field used for tag based filtering, it can have 0 - 256 characters." returns: description: "the value value" type: "" - uid: "com.microsoft.azure.management.storage.TagFilter.withName(java.lang.String)" fullName: "com.microsoft.azure.management.storage.TagFilter.withName(String name)" name: "withName(String name)" nameWithType: "TagFilter.withName(String name)" summary: "Set this is the filter tag name, it can have 1 - 128 characters." parameters: - description: "the name value to set" name: "name" type: "" syntax: "public TagFilter withName(String name)" desc: "Set this is the filter tag name, it can have 1 - 128 characters." returns: description: "the TagFilter object itself." type: "" - uid: "com.microsoft.azure.management.storage.TagFilter.withOp(java.lang.String)" fullName: "com.microsoft.azure.management.storage.TagFilter.withOp(String op)" name: "withOp(String op)" nameWithType: "TagFilter.withOp(String op)" summary: "Set this is the comparison operator which is used for object comparison and filtering." parameters: - description: "the op value to set" name: "op" type: "" syntax: "public TagFilter withOp(String op)" desc: "Set this is the comparison operator which is used for object comparison and filtering. Only == (equality operator) is currently supported." returns: description: "the TagFilter object itself." type: "" - uid: "com.microsoft.azure.management.storage.TagFilter.withValue(java.lang.String)" fullName: "com.microsoft.azure.management.storage.TagFilter.withValue(String value)" name: "withValue(String value)" nameWithType: "TagFilter.withValue(String value)" summary: "Set this is the filter tag value field used for tag based filtering, it can have 0 - 256 characters." parameters: - description: "the value value to set" name: "value" type: "" syntax: "public TagFilter withValue(String value)" desc: "Set this is the filter tag value field used for tag based filtering, it can have 0 - 256 characters." returns: description: "the TagFilter object itself." type: "" type: "class" desc: "Blob index tag based filtering for blob objects." metadata: {} package: "com.microsoft.azure.management.storage" artifact: com.microsoft.azure:azure-mgmt-storage:1.41.4